Searched refs:plock (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | rtw_pwrctrl.h | 84 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/ |
| D | Makefile | 14 plock.o \
|
| /Linux-v5.15/fs/ocfs2/ |
| D | stackglue.c | 283 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()
|
| D | stackglue.h | 206 int (*plock)(struct ocfs2_cluster_connection *conn, member
|
| D | stack_user.c | 1089 .plock = user_plock,
|
| /Linux-v5.15/fs/cifs/ |
| D | cifsfs.h | 103 extern int cifs_flock(struct file *pfile, int cmd, struct file_lock *plock);
|
| /Linux-v5.15/sound/pci/asihpi/ |
| D | hpi.h | 1595 u16 hpi_sample_clock_get_local_rate_lock(u32 h_control, u32 *plock);
|
| D | hpifunc.c | 2379 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()
|