Home
last modified time | relevance | path

Searched refs:EPOLLWRBAND (Results 1 – 13 of 13) sorted by relevance

/linux/include/uapi/linux/
H A Deventpoll.h40 #define EPOLLWRBAND (__force __poll_t)0x00000200 macro
/linux/net/core/
H A Dstream.c46 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
H A Ddatagram.c976 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in datagram_poll_queue()
/linux/net/unix/
H A Daf_unix.c564 EPOLLWRBAND); in unix_dgram_peer_wake_disconnect_wakeup()
606 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2614 EPOLLWRBAND); in __unix_dgram_recvmsg()
3404 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3445 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3462 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/linux/net/phonet/
H A Dsocket.c356 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in pn_socket_poll()
/linux/net/nfc/
H A Dllcp_sock.c585 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in llcp_sock_poll()
/linux/net/atm/
H A Dcommon.c691 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vcc_poll()
/linux/fs/
H A Dfcntl.c832 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND, /* POLL_OUT */
/linux/drivers/net/
H A Dtap.c436 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space()
/linux/crypto/
H A Daf_alg.c1159 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in af_alg_poll()
/linux/net/vmw_vsock/
H A Daf_vsock.c1289 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vsock_poll()
/linux/net/tipc/
H A Dsocket.c2117 EPOLLWRNORM | EPOLLWRBAND); in tipc_write_space()
/linux/net/sctp/
H A Dsocket.c9131 EPOLLWRNORM | EPOLLWRBAND); in __sctp_write_space()