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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntlock.c35 wait_queue_head_t b_wait; /* where to wait on */ member in struct:nlm_wait
55 init_waitqueue_head(&block->b_wait);
91 ret = wait_event_interruptible_timeout(block->b_wait,
135 wake_up(&block->b_wait);
215 wake_up(&block->b_wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c141 wait_queue_head_t b_wait; /* Wait for data here */ member in struct:mon_reader_bin
454 wake_up(&rp->b_wait);
502 wake_up(&rp->b_wait);
529 init_waitqueue_head(&rp->b_wait);
1002 poll_wait(file, &rp->b_wait, wait);
1080 add_wait_queue(&rp->b_wait, &waita);
1089 remove_wait_queue(&rp->b_wait, &waita);
1094 remove_wait_queue(&rp->b_wait, &waita);
1104 remove_wait_queue(&rp->b_wait, &waita);

Completed in 73 milliseconds