Searched refs:conn_wait (Results 1 – 3 of 3) sorted by relevance
63 wait_queue_head_t conn_wait; member
203 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()211 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()219 wake_up(&info->conn_wait); in smbd_conn_upcall()1638 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1648 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()1702 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1704 wait_event(info->conn_wait, in _smbd_get_connection()
94 wait_queue_head_t conn_wait; member940 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()1205 wake_up(&config->conn_wait); in nbd_reconnect_socket()1550 init_waitqueue_head(&config->conn_wait); in nbd_alloc_config()2119 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()