Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmbdirect.h63 wait_queue_head_t conn_wait; member
H A Dsmbdirect.c208 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()
/openbmc/linux/drivers/block/
H A Dnbd.c99 wait_queue_head_t conn_wait; member
998 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()