Searched refs:wait_on_bit_lock (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | wait_bit.h | 179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) in wait_on_bit_lock() function
|
/openbmc/linux/net/sunrpc/ |
H A D | sysfs.c | 248 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_dstaddr_store() 311 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_sysfs_xprt_state_change()
|
H A D | xprt.c | 2113 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE); in xprt_destroy()
|
H A D | clnt.c | 3197 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) { in rpc_xprt_offline()
|
H A D | xprtsock.c | 2700 if (wait_on_bit_lock(&lower_xprt->state, XPRT_LOCKED, TASK_KILLABLE)) in xs_tcp_tls_setup_socket()
|
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE)) in erofs_init_inode_xattrs()
|
H A D | zmap.c | 596 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE)) in z_erofs_fill_inode_lazy()
|
/openbmc/linux/fs/nfs/ |
H A D | pagelist.c | 302 return wait_on_bit_lock(&req->wb_flags, PG_HEADLOCK, in nfs_page_set_headlock()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4recover.c | 1885 wait_on_bit_lock(&clp->cl_flags, NFSD4_CLIENT_UPCALL_LOCK, in nfsd4_cltrack_upcall_lock()
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 2151 wait_on_bit_lock();
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 2187 wait_on_bit_lock();
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | memory-barriers.txt | 2289 wait_on_bit_lock();
|