Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dnbd.c100 wait_queue_head_t conn_wait; member
1107 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()
1367 wake_up(&config->conn_wait); in nbd_reconnect_socket()
1688 init_waitqueue_head(&config->conn_wait); in nbd_alloc_and_init_config()
2259 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()