Searched refs:sock_wake_async (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | stream.c | 44 			sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT);  in sk_stream_write_space()
 | 
| /Linux-v5.4/include/linux/ | 
| D | net.h | 227 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
 | 
| /Linux-v5.4/net/smc/ | 
| D | smc_tx.c | 56 			sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT);  in smc_tx_write_space()
 | 
| /Linux-v5.4/net/ | 
| D | socket.c | 1306 int sock_wake_async(struct socket_wq *wq, int how, int band)  in sock_wake_async()  function1330 EXPORT_SYMBOL(sock_wake_async);
 
 | 
| /Linux-v5.4/include/net/ | 
| D | sock.h | 2211 		sock_wake_async(rcu_dereference(sk->sk_wq), how, band);  in sk_wake_async()
 | 
| /Linux-v5.4/net/sctp/ | 
| D | socket.c | 8916 				sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT);  in __sctp_write_space()
 |