Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/cio/
Dchp.c53 static wait_queue_head_t cfg_wait_queue; variable
746 wake_up_interruptible(&cfg_wait_queue); in cfg_func()
803 if (wait_event_interruptible(cfg_wait_queue, cfg_idle())) in cfg_wait_idle()
817 init_waitqueue_head(&cfg_wait_queue); in chp_init()