Home
last modified time | relevance | path

Searched refs:EPOLLWRNORM (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.15/include/uapi/linux/
H A Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
H A Dbacking_ops.c101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()
103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux-6.15/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux-6.15/net/core/
H A Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux-6.15/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux-6.15/drivers/char/tpm/
H A Dtpm-dev-common.c258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux-6.15/drivers/media/pci/ngene/
H A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux-6.15/sound/usb/usx2y/
H A Dus122l.c220 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
231 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/linux-6.15/drivers/staging/media/av7110/
H A Dav7110_av.c944 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()
947 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()
989 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
992 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
H A Dav7110_ca.c232 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
/linux-6.15/arch/mips/kernel/
H A Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux-6.15/fs/
H A Dpipe.c400 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_read()
598 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_write()
696 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/linux-6.15/fs/coda/
H A Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux-6.15/drivers/input/serio/
H A Dserio_raw.c224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux-6.15/drivers/char/
H A Ddtlk.c251 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
/linux-6.15/drivers/misc/mei/
H A Dmain.c821 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()
824 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
/linux-6.15/net/dccp/
H A Dproto.c351 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
361 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2720 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll()
2733 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll()
2739 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2765 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2788 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
/linux-6.15/net/unix/
H A Daf_unix.c560 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup()
603 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2448 EPOLLOUT | EPOLLWRNORM | 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/drivers/tty/
H A Dn_hdlc.c670 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()
/linux-6.15/drivers/most/
H A Dmost_cdev.c294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
/linux-6.15/drivers/net/
H A Dtap.c436 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space()
537 mask |= EPOLLOUT | EPOLLWRNORM; in tap_poll()

12345