[go: nahoru, domu]

Searched defs:lsl (Results 1 - 4 of 4) sorted by relevance

/drivers/input/keyboard/
H A Dmpr121_touchkey.c130 unsigned char usl, lsl, tl, eleconf; local
161 lsl = (usl * 65) / 100;
164 ret |= i2c_smbus_write_byte_data(client, AUTO_CONFIG_LSL_ADDR, lsl);
/drivers/staging/lustre/lustre/lov/
H A Dlovsub_lock.c58 struct lovsub_lock *lsl; local
60 lsl = cl2lovsub_lock(slice);
61 LASSERT(list_empty(&lsl->lss_parents));
62 OBD_SLAB_FREE_PTR(lsl, lovsub_lock_kmem);
H A Dlov_lock.c107 struct lovsub_lock *lsl; local
114 lsl = cl2sub_lock(sublock);
118 LASSERT(lov_lock_link_find(env, lck, lsl) == NULL);
121 lck->lls_sub[idx].sub_lock = lsl;
124 list_add_tail(&link->lll_list, &lsl->lss_parents);
132 rc = lov_sublock_modify(env, lck, lsl, &sublock->cll_descr, idx);
183 struct lovsub_lock *lsl,
188 lsl->lss_active = NULL;
1061 struct lovsub_lock *lsl = lls->sub_lock; local
1063 if (lsl
182 lov_sublock_unlock(const struct lu_env *env, struct lovsub_lock *lsl, struct cl_lock_closure *closure, struct lov_sublock_env *subenv) argument
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dfile.c1949 struct lustre_swap_layouts *lsl)
1982 if (lsl->sl_flags & SWAP_LAYOUTS_CHECK_DV1)
1985 if (lsl->sl_flags & SWAP_LAYOUTS_CHECK_DV2)
1988 /* we cannot use lsl->sl_dvX directly because we may swap them */
1989 llss->dv1 = lsl->sl_dv1;
1990 llss->dv2 = lsl->sl_dv2;
2005 gid = lsl->sl_gid;
2020 if (lsl->sl_flags &
2081 if (!(lsl->sl_flags & SWAP_LAYOUTS_KEEP_MTIME)) {
2086 if (!(lsl
1948 ll_swap_layouts(struct file *file1, struct file *file2, struct lustre_swap_layouts *lsl) argument
2251 struct lustre_swap_layouts lsl; local
[all...]

Completed in 134 milliseconds