Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbdirect.c203 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()
1637 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()
1647 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()
1700 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()
1702 wait_event(info->conn_wait, in _smbd_get_connection()
H A Dsmbdirect.h63 wait_queue_head_t conn_wait; member
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnbd.c94 wait_queue_head_t conn_wait; member
884 if (!wait_event_timeout(config->conn_wait, in wait_for_reconnect()
1146 wake_up(&config->conn_wait); in nbd_reconnect_socket()
1488 init_waitqueue_head(&config->conn_wait); in nbd_alloc_config()
2045 wake_up(&nbd->config->conn_wait); in nbd_disconnect_and_put()