Searched refs:wait_on_bit_lock (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dwait_bit.h160 * wait_on_bit_lock - wait for a bit to be cleared, when wanting to set it
171 * One uses wait_on_bit_lock() where one is waiting for the bit to
179 wait_on_bit_lock(unsigned long *word, int bit, unsigned mode) function
/linux-master/net/sunrpc/
H A Dsysfs.c248 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
311 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
H A Dxprt.c2133 wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_UNINTERRUPTIBLE);
H A Dclnt.c3208 if (wait_on_bit_lock(&xprt->state, XPRT_LOCKED, TASK_KILLABLE)) {
H A Dxprtsock.c2697 if (wait_on_bit_lock(&lower_xprt->state, XPRT_LOCKED, TASK_KILLABLE))
/linux-master/fs/bcachefs/
H A Dbuckets.h80 wait_on_bit_lock((void *) &b->lock, BUCKET_LOCK_BITNR,
/linux-master/fs/erofs/
H A Dxattr.c47 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_XATTR_BIT, TASK_KILLABLE))
H A Dzmap.c595 if (wait_on_bit_lock(&vi->flags, EROFS_I_BL_Z_BIT, TASK_KILLABLE))
/linux-master/fs/nfs/
H A Dpagelist.c302 return wait_on_bit_lock(&req->wb_flags, PG_HEADLOCK,
/linux-master/fs/nfsd/
H A Dnfs4recover.c1891 wait_on_bit_lock(&clp->cl_flags, NFSD4_CLIENT_UPCALL_LOCK,

Completed in 170 milliseconds