Searched refs:conn_wait (Results 1 – 3 of 3) sorted by relevance
63 wait_queue_head_t conn_wait; member
208 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()216 wake_up_interruptible(&info->conn_wait); in smbd_conn_upcall()224 wake_up(&info->conn_wait); in smbd_conn_upcall()1616 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1626 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()1680 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1682 wait_event(info->conn_wait, in _smbd_get_connection()
99 wait_queue_head_t conn_wait; member998 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()1265 wake_up(&config->conn_wait); in nbd_reconnect_socket()1587 init_waitqueue_head(&config->conn_wait); in nbd_alloc_and_init_config()2159 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()