Home
last modified time | relevance | path

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

/fs/cifs/
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()
1738 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()
1748 info->conn_wait, info->transport_status != SMBD_CONNECTING); in _smbd_get_connection()
1805 init_waitqueue_head(&info->conn_wait); in _smbd_get_connection()
1807 wait_event(info->conn_wait, in _smbd_get_connection()
Dsmbdirect.h63 wait_queue_head_t conn_wait; member