Home
last modified time | relevance | path

Searched refs:b_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/lockd/
Dclntlock.c92 init_waitqueue_head(&block->b_wait); in nlmclnt_prepare_block()
147 ret = wait_event_interruptible_timeout(block->b_wait, in nlmclnt_wait()
194 wake_up(&block->b_wait); in nlmclnt_grant()
287 wake_up(&block->b_wait); in reclaimer()
/linux-6.12.1/drivers/usb/mon/
Dmon_bin.c191 wait_queue_head_t b_wait; /* Wait for data here */ member
620 wake_up(&rp->b_wait); in mon_bin_event()
673 wake_up(&rp->b_wait); in mon_bin_error()
701 init_waitqueue_head(&rp->b_wait); in mon_bin_open()
1212 poll_wait(file, &rp->b_wait, wait); in mon_bin_poll()
1308 add_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1317 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1322 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1332 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
/linux-6.12.1/include/linux/lockd/
Dlockd.h129 wait_queue_head_t b_wait; /* where to wait on */ member