/Linux-v6.1/include/uapi/linux/ |
D | eventpoll.h | 39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
|
/Linux-v6.1/arch/powerpc/platforms/cell/spufs/ |
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()
|
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-v6.1/drivers/media/test-drivers/vivid/ |
D | vivid-radio-tx.c | 96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
|
/Linux-v6.1/include/linux/ |
D | poll.h | 28 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
/Linux-v6.1/net/core/ |
D | stream.c | 42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
|
/Linux-v6.1/sound/core/seq/oss/ |
D | seq_oss_rw.c | 198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
/Linux-v6.1/fs/ |
D | pipe.c | 369 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 390 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read() 597 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write() 687 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
|
/Linux-v6.1/drivers/iio/buffer/ |
D | kfifo_buf.c | 165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
|
/Linux-v6.1/drivers/char/tpm/ |
D | tpm-dev-common.c | 253 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
/Linux-v6.1/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
/Linux-v6.1/sound/usb/usx2y/ |
D | us122l.c | 246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | av7110_av.c | 945 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 948 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll() 990 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll() 992 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
|
D | av7110_ca.c | 229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
|
/Linux-v6.1/drivers/staging/fieldbus/ |
D | dev_core.c | 215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
|
/Linux-v6.1/arch/mips/kernel/ |
D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
/Linux-v6.1/fs/coda/ |
D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|
/Linux-v6.1/drivers/input/serio/ |
D | serio_raw.c | 247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
/Linux-v6.1/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 2500 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll() 2513 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll() 2519 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2545 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2568 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
|
/Linux-v6.1/drivers/char/ |
D | dtlk.c | 252 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
|
/Linux-v6.1/drivers/misc/mei/ |
D | main.c | 819 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll() 822 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
|
/Linux-v6.1/net/dccp/ |
D | proto.c | 337 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll() 347 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
|
/Linux-v6.1/net/unix/ |
D | af_unix.c | 495 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup() 538 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space() 2466 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg() 3181 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll() 3222 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll() 3239 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
|
/Linux-v6.1/drivers/most/ |
D | most_cdev.c | 294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
|
/Linux-v6.1/drivers/bluetooth/ |
D | hci_vhci.c | 523 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
|