Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
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()
Dxpc.h337 wait_queue_head_t msg_allocate_wq; /* msg allocation wait queue */ member
Dxpc_main.c453 init_waitqueue_head(&ch->msg_allocate_wq); in xpc_setup_ch_structures()
Dxpc_uv.c1365 wake_up(&ch->msg_allocate_wq); in xpc_free_msg_slot_uv()