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

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

Completed in 235 milliseconds