| /linux/include/uapi/linux/ |
| H A D | eventpoll.h | 39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
|
| /linux/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/include/linux/ |
| H A D | poll.h | 24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_rw.c | 198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
|
| /linux/net/core/ |
| H A D | stream.c | 46 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
|
| /linux/drivers/iio/buffer/ |
| H A D | kfifo_buf.c | 165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
|
| /linux/sound/usb/usx2y/ |
| H A D | us122l.c | 209 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll() 220 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
|
| /linux/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()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
|
| /linux/drivers/media/pci/ngene/ |
| H A D | ngene-dvb.c | 92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
|
| /linux/fs/ |
| H A D | pipe.c | 399 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_read() 599 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in anon_pipe_write() 697 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
|
| /linux/arch/mips/kernel/ |
| H A D | rtlx.c | 356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
|
| /linux/fs/coda/ |
| H A D | psdev.c | 61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
|
| /linux/io_uring/ |
| H A D | mock_file.c | 175 mask |= EPOLLOUT | EPOLLWRNORM; in io_mock_poll()
|
| /linux/drivers/input/serio/ |
| H A D | serio_raw.c | 224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
|
| /linux/drivers/char/ |
| H A D | dtlk.c | 251 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 2704 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll() 2717 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll() 2723 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2749 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll() 2772 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/drivers/misc/mei/ |
| H A D | main.c | 846 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll() 849 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 660 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 563 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup() 606 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space() 2599 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg() 3378 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll() 3419 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll() 3436 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
|
| /linux/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()
|
| /linux/drivers/most/ |
| H A D | most_cdev.c | 294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 285 EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM); in evdev_pass_values() 617 mask = EPOLLOUT | EPOLLWRNORM; in evdev_poll()
|