Home
last modified time | relevance | path

Searched refs:plock (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_pwrctrl.h100 static inline void _init_pwrlock(struct semaphore *plock) in _init_pwrlock() argument
102 sema_init(plock, 1); in _init_pwrlock()
105 static inline void _enter_pwrlock(struct semaphore *plock) in _enter_pwrlock() argument
107 _rtw_down_sema(plock); in _enter_pwrlock()
110 static inline void _exit_pwrlock(struct semaphore *plock) in _exit_pwrlock() argument
112 up(plock); in _exit_pwrlock()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_pwrctrl.h90 static inline void _enter_pwrlock(struct semaphore *plock) in _enter_pwrlock() argument
92 _down_sema(plock); in _enter_pwrlock()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c64 struct lustre_handle plock; in lmv_intent_remote() local
89 plock.cookie = it->d.lustre.it_lock_handle; in lmv_intent_remote()
141 it->d.lustre.it_lock_handle = plock.cookie; in lmv_intent_remote()
148 ldlm_lock_decref(&plock, pmode); in lmv_intent_remote()
Dlmv_obd.c1695 struct lustre_handle plock; in lmv_enqueue_remote() local
1717 memcpy(&plock, lockh, sizeof(plock)); in lmv_enqueue_remote()
1743 ldlm_lock_decref(&plock, pmode); in lmv_enqueue_remote()
/linux-4.4.14/fs/dlm/
DMakefile13 plock.o \
/linux-4.4.14/fs/ocfs2/
Dstackglue.c293 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks()
304 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock()
305 if (active_stack->sp_ops->plock) in ocfs2_plock()
306 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock()
Dstackglue.h216 int (*plock)(struct ocfs2_cluster_connection *conn, member
Dstack_user.c1092 .plock = user_plock,
/linux-4.4.14/sound/pci/asihpi/
Dhpi.h1606 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
Dhpifunc.c2381 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock) in hpi_sample_clock_get_local_rate_lock() argument
2384 plock); in hpi_sample_clock_get_local_rate_lock()