Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dchp.c53 static wait_queue_head_t cfg_wait_queue; variable
749 wake_up_interruptible(&cfg_wait_queue); in cfg_func()
806 if (wait_event_interruptible(cfg_wait_queue, cfg_idle())) in cfg_wait_idle()
820 init_waitqueue_head(&cfg_wait_queue); in chp_init()