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

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c795 wake_up(&ch->msg_allocate_wq);
836 prepare_to_wait(&ch->msg_allocate_wq, &wait, TASK_INTERRUPTIBLE);
838 finish_wait(&ch->msg_allocate_wq, &wait);
H A Dxpc.h337 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */ member in struct:xpc_channel
H A Dxpc_main.c451 init_waitqueue_head(&ch->msg_allocate_wq);
H A Dxpc_uv.c1280 wake_up(&ch->msg_allocate_wq);

Completed in 264 milliseconds