Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_pwrctrl.h84 static inline void _init_pwrlock(struct semaphore *plock) in _init_pwrlock() argument
86 sema_init(plock, 1); in _init_pwrlock()
89 static inline void _free_pwrlock(struct semaphore *plock) in _free_pwrlock() argument
93 static inline void _enter_pwrlock(struct semaphore *plock) in _enter_pwrlock() argument
95 _rtw_down_sema(plock); in _enter_pwrlock()
98 static inline void _exit_pwrlock(struct semaphore *plock) in _exit_pwrlock() argument
100 up(plock); in _exit_pwrlock()
/Linux-v5.15/fs/dlm/
DMakefile14 plock.o \
/Linux-v5.15/fs/ocfs2/
Dstackglue.c283 return active_stack && active_stack->sp_ops->plock; in ocfs2_stack_supports_plocks()
294 WARN_ON_ONCE(active_stack->sp_ops->plock == NULL); in ocfs2_plock()
295 if (active_stack->sp_ops->plock) in ocfs2_plock()
296 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl); in ocfs2_plock()
Dstackglue.h206 int (*plock)(struct ocfs2_cluster_connection *conn, member
Dstack_user.c1089 .plock = user_plock,
/Linux-v5.15/fs/cifs/
Dcifsfs.h103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
/Linux-v5.15/sound/pci/asihpi/
Dhpi.h1595 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
Dhpifunc.c2379 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock) in hpi_sample_clock_get_local_rate_lock() argument
2382 plock); in hpi_sample_clock_get_local_rate_lock()