Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Deventpoll.h40 #define EPOLLWRBAND (__force __poll_t)0x00000200 macro
/linux-6.6.21/net/core/
Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
Ddatagram.c844 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in datagram_poll()
Dsock.c3352 EPOLLWRNORM | EPOLLWRBAND); in sock_def_write_space()
3377 EPOLLWRNORM | EPOLLWRBAND); in sock_def_write_space_wfree()
/linux-6.6.21/net/unix/
Daf_unix.c507 EPOLLWRBAND); in unix_dgram_peer_wake_disconnect_wakeup()
549 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2387 EPOLLWRBAND); in __unix_dgram_recvmsg()
3102 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3146 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3163 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/linux-6.6.21/net/bluetooth/
Daf_bluetooth.c541 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in bt_sock_poll()
/linux-6.6.21/net/smc/
Dsmc_tx.c57 EPOLLWRBAND); in smc_tx_write_space()
/linux-6.6.21/net/phonet/
Dsocket.c351 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in pn_socket_poll()
/linux-6.6.21/net/rds/
Daf_rds.c231 mask |= (EPOLLIN | EPOLLRDNORM | EPOLLWRBAND); in rds_poll()
/linux-6.6.21/fs/
Dfcntl.c694 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND, /* POLL_OUT */
Dselect.c464 #define POLLOUT_SET (EPOLLWRBAND | EPOLLWRNORM | EPOLLOUT | EPOLLERR |\
/linux-6.6.21/net/atm/
Dcommon.c681 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vcc_poll()
/linux-6.6.21/net/caif/
Dcaif_socket.c957 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in caif_poll()
/linux-6.6.21/net/nfc/
Dllcp_sock.c585 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in llcp_sock_poll()
/linux-6.6.21/crypto/
Daf_alg.c1179 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in af_alg_poll()
/linux-6.6.21/drivers/net/
Dtap.c501 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space()
Dtun.c2431 EPOLLWRNORM | EPOLLWRBAND); in tun_sock_write_space()
/linux-6.6.21/net/vmw_vsock/
Daf_vsock.c1064 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vsock_poll()
/linux-6.6.21/net/iucv/
Daf_iucv.c1387 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in iucv_sock_poll()
/linux-6.6.21/net/tipc/
Dsocket.c2122 EPOLLWRNORM | EPOLLWRBAND); in tipc_write_space()