Searched refs:b_wait (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dclntlock.c37 wait_queue_head_t b_wait; /* where to wait on */ member in struct:nlm_wait
98 init_waitqueue_head(&block->b_wait);
134 ret = wait_event_interruptible_timeout(block->b_wait,
178 wake_up(&block->b_wait);
266 wake_up(&block->b_wait);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dclntlock.c37 wait_queue_head_t b_wait; /* where to wait on */ member in struct:nlm_wait
98 init_waitqueue_head(&block->b_wait);
134 ret = wait_event_interruptible_timeout(block->b_wait,
178 wake_up(&block->b_wait);
266 wake_up(&block->b_wait);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c175 wait_queue_head_t b_wait; /* Wait for data here */ member in struct:mon_reader_bin
573 wake_up(&rp->b_wait);
626 wake_up(&rp->b_wait);
653 init_waitqueue_head(&rp->b_wait);
1155 poll_wait(file, &rp->b_wait, wait);
1235 add_wait_queue(&rp->b_wait, &waita);
1244 remove_wait_queue(&rp->b_wait, &waita);
1249 remove_wait_queue(&rp->b_wait, &waita);
1259 remove_wait_queue(&rp->b_wait, &waita);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c175 wait_queue_head_t b_wait; /* Wait for data here */ member in struct:mon_reader_bin
573 wake_up(&rp->b_wait);
626 wake_up(&rp->b_wait);
653 init_waitqueue_head(&rp->b_wait);
1155 poll_wait(file, &rp->b_wait, wait);
1235 add_wait_queue(&rp->b_wait, &waita);
1244 remove_wait_queue(&rp->b_wait, &waita);
1249 remove_wait_queue(&rp->b_wait, &waita);
1259 remove_wait_queue(&rp->b_wait, &waita);

Completed in 73 milliseconds