| /linux-6.15/include/uapi/linux/ |
| H A D | eventpoll.h | 39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | hw_ops.c | 68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll() 70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
|
| H A D | backing_ops.c | 101 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 D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
| /linux-6.15/include/linux/ |
| H A D | poll.h | 24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
| /linux-6.15/net/core/ |
| H A D | stream.c | 42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
|
| /linux-6.15/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
| /linux-6.15/drivers/iio/buffer/ |
| H A D | kfifo_buf.c | 165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
|
| /linux-6.15/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
| /linux-6.15/drivers/media/pci/ngene/ |
| H A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
| /linux-6.15/sound/usb/usx2y/ |
| H A D | us122l.c | 220 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 D | av7110_av.c | 944 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 D | av7110_ca.c | 232 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
| /linux-6.15/fs/ |
| H A D | pipe.c | 400 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 D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|
| /linux-6.15/drivers/input/serio/ |
| H A D | serio_raw.c | 224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
| /linux-6.15/drivers/char/ |
| H A D | dtlk.c | 251 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
|
| /linux-6.15/drivers/misc/mei/ |
| H A D | main.c | 821 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll() 824 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
|
| /linux-6.15/net/dccp/ |
| H A D | proto.c | 351 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll() 361 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
|
| /linux-6.15/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2720 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 D | af_unix.c | 560 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 D | n_hdlc.c | 670 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()
|
| /linux-6.15/drivers/most/ |
| H A D | most_cdev.c | 294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
|
| /linux-6.15/drivers/net/ |
| H A D | tap.c | 436 wake_up_interruptible_poll(wqueue, EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in tap_sock_write_space() 537 mask |= EPOLLOUT | EPOLLWRNORM; in tap_poll()
|