Home
last modified time | relevance | path

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

/drivers/block/
Dnbd.c96 wait_queue_head_t conn_wait; member
903 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()
1168 wake_up(&config->conn_wait); in nbd_reconnect_socket()
1489 init_waitqueue_head(&config->conn_wait); in nbd_alloc_config()
2050 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()