Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c452 init_waitqueue_head(&ch->idle_wq); in xpc_setup_ch_structures()
616 wake_up_nr(&ch->idle_wq, wakeup); in xpc_activate_kthreads()
661 (void)wait_event_interruptible_exclusive(ch->idle_wq, in xpc_kthread_waitmsgs()
H A Dxpc.h357 wait_queue_head_t idle_wq; /* idle kthread wait queue */ member
H A Dxpc_channel.c785 wake_up_all(&ch->idle_wq); in xpc_disconnect_channel()
H A Dxpc_uv.c1386 wake_up_nr(&ch->idle_wq, 1); in xpc_handle_notify_mq_msg_uv()