Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_channel.c798 wake_up(&ch->msg_allocate_wq); in xpc_disconnect_channel()
839 prepare_to_wait(&ch->msg_allocate_wq, &wait, TASK_INTERRUPTIBLE); in xpc_allocate_msg_wait()
841 finish_wait(&ch->msg_allocate_wq, &wait); in xpc_allocate_msg_wait()
Dxpc.h559 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */ member
Dxpc_main.c468 init_waitqueue_head(&ch->msg_allocate_wq); in xpc_setup_ch_structures()
Dxpc_uv.c1361 wake_up(&ch->msg_allocate_wq); in xpc_free_msg_slot_uv()
Dxpc_sn2.c1873 wake_up(&ch->msg_allocate_wq); in xpc_process_msg_chctl_flags_sn2()