Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Deventpoll.h40 #define EPOLLWRBAND (__force __poll_t)0x00000200 macro
/linux-6.15/net/core/
H A Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
H A Ddatagram.c921 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in datagram_poll()
H A Dsock.c3552 EPOLLWRNORM | EPOLLWRBAND); in sock_def_write_space()
3577 EPOLLWRNORM | EPOLLWRBAND); in sock_def_write_space_wfree()
/linux-6.15/net/unix/
H A Daf_unix.c561 EPOLLWRBAND); in unix_dgram_peer_wake_disconnect_wakeup()
603 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2449 EPOLLWRBAND); in __unix_dgram_recvmsg()
3234 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3275 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3292 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/linux-6.15/net/smc/
H A Dsmc_tx.c57 EPOLLWRBAND); in smc_tx_write_space()
/linux-6.15/net/bluetooth/
H A Daf_bluetooth.c558 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in bt_sock_poll()
/linux-6.15/net/phonet/
H A Dsocket.c350 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in pn_socket_poll()
/linux-6.15/net/rds/
H A Daf_rds.c231 mask |= (EPOLLIN | EPOLLRDNORM | EPOLLWRBAND); in rds_poll()
/linux-6.15/net/atm/
H A Dcommon.c681 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vcc_poll()
/linux-6.15/net/nfc/
H A Dllcp_sock.c585 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in llcp_sock_poll()
/linux-6.15/net/caif/
H A Dcaif_socket.c958 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in caif_poll()
/linux-6.15/fs/
H A Dfcntl.c821 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND, /* POLL_OUT */
H A Dselect.c461 #define POLLOUT_SET (EPOLLWRBAND | EPOLLWRNORM | EPOLLOUT | EPOLLERR |\
/linux-6.15/crypto/
H A Daf_alg.c1180 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in af_alg_poll()
/linux-6.15/drivers/net/
H A Dtap.c436 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space()
H A Dtun.c2341 EPOLLWRNORM | EPOLLWRBAND); in tun_sock_write_space()
/linux-6.15/net/vmw_vsock/
H A Daf_vsock.c1112 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vsock_poll()
/linux-6.15/net/iucv/
H A Daf_iucv.c1394 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in iucv_sock_poll()
/linux-6.15/net/tipc/
H A Dsocket.c2117 EPOLLWRNORM | EPOLLWRBAND); in tipc_write_space()