Home
last modified time | relevance | path

Searched refs:queue_wait (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/batman-adv/
Dlog.c87 wake_up(&debug_log->queue_wait); in batadv_fdebug_log()
155 error = wait_event_interruptible(debug_log->queue_wait, in batadv_log_read()
194 poll_wait(file, &debug_log->queue_wait, wait); in batadv_log_poll()
228 init_waitqueue_head(&bat_priv->debug_log->queue_wait); in batadv_debug_log_setup()
Dicmp_socket.c104 init_waitqueue_head(&socket_client->queue_wait); in batadv_socket_open()
150 error = wait_event_interruptible(socket_client->queue_wait, in batadv_socket_read()
305 poll_wait(file, &socket_client->queue_wait, wait); in batadv_socket_poll()
401 wake_up(&socket_client->queue_wait); in batadv_socket_add_packet()
Dtypes.h1083 wait_queue_head_t queue_wait; member
1723 wait_queue_head_t queue_wait; member
/Linux-v4.19/net/sunrpc/
Dcache.c931 static DECLARE_WAIT_QUEUE_HEAD(queue_wait);
940 poll_wait(filp, &queue_wait, wait); in cache_poll()
1208 wake_up(&queue_wait); in sunrpc_cache_pipe_upcall()