Searched refs:queue_wait (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | log.c | 80 wake_up(&debug_log->queue_wait); in batadv_fdebug_log() 130 error = wait_event_interruptible(debug_log->queue_wait, in batadv_log_read() 169 poll_wait(file, &debug_log->queue_wait, wait); in batadv_log_poll() 199 init_waitqueue_head(&bat_priv->debug_log->queue_wait); in batadv_debug_log_setup()
|
H A D | icmp_socket.c | 95 init_waitqueue_head(&socket_client->queue_wait); in batadv_socket_open() 138 error = wait_event_interruptible(socket_client->queue_wait, in batadv_socket_read() 293 poll_wait(file, &socket_client->queue_wait, wait); in batadv_socket_poll() 375 wake_up(&socket_client->queue_wait); in batadv_socket_add_packet()
|
H A D | types.h | 1107 /** @queue_wait: log reader's wait queue */ 1108 wait_queue_head_t queue_wait; member 1795 /** @queue_wait: socket client's wait queue */ 1796 wait_queue_head_t queue_wait; member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 967 static DECLARE_WAIT_QUEUE_HEAD(queue_wait); 976 poll_wait(filp, &queue_wait, wait); in cache_poll() 1241 wake_up(&queue_wait); in cache_pipe_upcall()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | cache.c | 964 static DECLARE_WAIT_QUEUE_HEAD(queue_wait); 973 poll_wait(filp, &queue_wait, wait); in cache_poll() 1238 wake_up(&queue_wait); in cache_pipe_upcall()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | types.h | 1097 /** @queue_wait: log reader's wait queue */ 1098 wait_queue_head_t queue_wait; member
|
Completed in 13 milliseconds