Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A 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()
/openbmc/linux/drivers/usb/mon/
H A 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()
1309 add_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1318 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1323 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
1333 remove_wait_queue(&rp->b_wait, &waita); in mon_bin_wait_event()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h129 wait_queue_head_t b_wait; /* where to wait on */ member