channel_mgr_wq    514 drivers/misc/sgi-xp/xpc.h 	wait_queue_head_t channel_mgr_wq;	/* channel mgr's wait queue */
channel_mgr_wq    667 drivers/misc/sgi-xp/xpc.h 		wake_up(&part->channel_mgr_wq);
channel_mgr_wq    361 drivers/misc/sgi-xp/xpc_main.c 		(void)wait_event_interruptible(part->channel_mgr_wq,
channel_mgr_wq    436 drivers/misc/sgi-xp/xpc_main.c 	init_waitqueue_head(&part->channel_mgr_wq);