Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/s390/cio/
Dchp.c55 static wait_queue_head_t cfg_wait_queue; variable
665 wake_up_interruptible(&cfg_wait_queue); in cfg_func()
707 if (wait_event_interruptible(cfg_wait_queue, !cfg_busy)) in cfg_wait_idle()
726 init_waitqueue_head(&cfg_wait_queue); in chp_init()