Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_main.c463 init_waitqueue_head(&ch->idle_wq); in xpc_setup_ch_structures()
627 wake_up_nr(&ch->idle_wq, wakeup); in xpc_activate_kthreads()
672 (void)wait_event_interruptible_exclusive(ch->idle_wq, in xpc_kthread_waitmsgs()
Dxpc.h357 wait_queue_head_t idle_wq; /* idle kthread wait queue */ member
Dxpc_channel.c785 wake_up_all(&ch->idle_wq); in xpc_disconnect_channel()
Dxpc_uv.c1471 wake_up_nr(&ch->idle_wq, 1); in xpc_handle_notify_mq_msg_uv()