lx_queue           58 arch/mips/include/asm/rtlx.h 	wait_queue_head_t lx_queue;
lx_queue           35 arch/mips/kernel/rtlx-cmp.c 			wake_up(&channel_wqs[i].lx_queue);
lx_queue           73 arch/mips/kernel/rtlx-cmp.c 		init_waitqueue_head(&channel_wqs[i].lx_queue);
lx_queue           47 arch/mips/kernel/rtlx-mt.c 		wake_up(&channel_wqs[i].lx_queue);
lx_queue           99 arch/mips/kernel/rtlx-mt.c 		init_waitqueue_head(&channel_wqs[i].lx_queue);
lx_queue           78 arch/mips/kernel/rtlx.c 		wake_up_interruptible(&channel_wqs[i].lx_queue);
lx_queue           87 arch/mips/kernel/rtlx.c 		wake_up_interruptible(&channel_wqs[i].lx_queue);
lx_queue          114 arch/mips/kernel/rtlx.c 					channel_wqs[index].lx_queue,
lx_queue          132 arch/mips/kernel/rtlx.c 						&channel_wqs[index].lx_queue,
lx_queue          144 arch/mips/kernel/rtlx.c 				finish_wait(&channel_wqs[index].lx_queue,
lx_queue          205 arch/mips/kernel/rtlx.c 				channel_wqs[index].lx_queue,
lx_queue          345 arch/mips/kernel/rtlx.c 	poll_wait(file, &channel_wqs[minor].lx_queue, wait);