Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dclntlock.c37 wait_queue_head_t b_wait; /* where to wait on */ member
108 init_waitqueue_head(&block->b_wait); in nlmclnt_prepare_block()
149 ret = wait_event_interruptible_timeout(block->b_wait, in nlmclnt_block()
197 wake_up(&block->b_wait); in nlmclnt_grant()
289 wake_up(&block->b_wait); in reclaimer()
/kernel/linux/linux-5.10/drivers/usb/mon/
Dmon_bin.c191 wait_queue_head_t b_wait; /* Wait for data here */ member
617 wake_up(&rp->b_wait); in mon_bin_event()
670 wake_up(&rp->b_wait); in mon_bin_error()
698 init_waitqueue_head(&rp->b_wait); in mon_bin_open()
1209 poll_wait(file, &rp->b_wait, wait); in mon_bin_poll()
1302 add_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1311 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1316 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1326 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()