Searched refs:conn_wait (Results 1 – 3 of 3) sorted by relevance
63 wait_queue_head_t conn_wait; member
209 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()217 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()225 wake_up(&info->conn_wait); in smbd_conn_upcall()1615 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1625 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()1679 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1681 wait_event(info->conn_wait, in _smbd_get_connection()
99 wait_queue_head_t conn_wait; member1043 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()1293 wake_up(&config->conn_wait); in nbd_reconnect_socket()1604 init_waitqueue_head(&config->conn_wait); in nbd_alloc_and_init_config()2175 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()