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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drtlx.c52 wait_queue_head_t lx_queue; member in struct:chan_waitqueues
80 wake_up(&channel_wqs[i].lx_queue);
135 wake_up_interruptible(&channel_wqs[i].lx_queue);
144 wake_up_interruptible(&channel_wqs[i].lx_queue);
170 __wait_event_interruptible(channel_wqs[index].lx_queue,
189 &channel_wqs[index].lx_queue,
201 finish_wait(&channel_wqs[index].lx_queue, &wait);
263 __wait_event_interruptible(channel_wqs[index].lx_queue,
404 poll_wait(file, &channel_wqs[minor].lx_queue, wait);
498 init_waitqueue_head(&channel_wqs[i].lx_queue);
[all...]

Completed in 58 milliseconds