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()1647 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1657 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()1710 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()1712 wait_event(info->conn_wait, in _smbd_get_connection()
98 wait_queue_head_t conn_wait; member959 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()1224 wake_up(&config->conn_wait); in nbd_reconnect_socket()1543 init_waitqueue_head(&config->conn_wait); in nbd_alloc_config()2102 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()