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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc.h559 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */ member in struct:xpc_channel
H A Dxpc_channel.c798 wake_up(&ch->msg_allocate_wq);
838 ret = interruptible_sleep_on_timeout(&ch->msg_allocate_wq, 1);
H A Dxpc_main.c464 init_waitqueue_head(&ch->msg_allocate_wq);
H A Dxpc_sn2.c1873 wake_up(&ch->msg_allocate_wq);
H A Dxpc_uv.c1359 wake_up(&ch->msg_allocate_wq);

Completed in 54 milliseconds