/openbmc/linux/net/dccp/ |
H A D | input.c | 476 sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT); in dccp_rcv_request_sent_state_process() 699 sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT); in dccp_rcv_state_process()
|
H A D | output.c | 207 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in dccp_write_space()
|
/openbmc/linux/net/core/ |
H A D | stream.c | 44 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
|
H A D | sock.c | 3351 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in sock_def_write_space() 3376 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in sock_def_write_space_wfree()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 296 #define POLL_OUT 2 /* output buffers available */ macro
|
/openbmc/linux/fs/ |
H A D | pipe.c | 371 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 394 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read() 736 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release()
|
H A D | splice.c | 421 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in wakeup_pipe_writers()
|
/openbmc/linux/net/smc/ |
H A D | smc_tx.c | 59 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in smc_tx_write_space()
|
/openbmc/linux/net/rxrpc/ |
H A D | af_rxrpc.c | 68 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in rxrpc_write_space()
|
/openbmc/linux/net/atm/ |
H A D | common.c | 119 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in vcc_write_space()
|
/openbmc/linux/crypto/ |
H A D | af_alg.c | 917 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in af_alg_data_wakeup()
|
/openbmc/linux/drivers/char/ |
H A D | virtio_console.c | 1352 kill_fasync(&port->async_queue, SIGIO, POLL_OUT); in send_sigio_to_port()
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 237 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup()
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | 187 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in iucv_sock_wake_msglim()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1598 sk_wake_async(sk, 0, POLL_OUT); in chtls_pass_establish()
|
/openbmc/linux/drivers/comedi/ |
H A D | comedi_fops.c | 3241 si_code = async->cmd.flags & CMDF_WRITE ? POLL_OUT : POLL_IN; in comedi_event()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 6443 sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT); in tcp_rcv_synsent_state_process() 6718 sk_wake_async(sk, SOCK_WAKE_IO, POLL_OUT); in tcp_rcv_state_process()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 544 sk_wake_async(sk, SOCK_WAKE_SPACE, POLL_OUT); in unix_write_space()
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 2436 kill_fasync(&tfile->fasync, SIGIO, POLL_OUT); in tun_sock_write_space()
|
/openbmc/linux/net/sctp/ |
H A D | socket.c | 9103 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()
|