Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c795 wake_up(&ch->msg_allocate_wq); in xpc_disconnect_channel()
836 prepare_to_wait(&ch->msg_allocate_wq, &wait, TASK_INTERRUPTIBLE); in xpc_allocate_msg_wait()
838 finish_wait(&ch->msg_allocate_wq, &wait); in xpc_allocate_msg_wait()
H A Dxpc.h337 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */ member
H A Dxpc_main.c453 init_waitqueue_head(&ch->msg_allocate_wq); in xpc_setup_ch_structures()
H A Dxpc_uv.c1365 wake_up(&ch->msg_allocate_wq); in xpc_free_msg_slot_uv()