Home
last modified time | relevance | path

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

12345

/linux/include/uapi/linux/
H A Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/linux/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/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux/sound/core/seq/oss/
H A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux/net/core/
H A Dstream.c46 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/linux/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux/sound/usb/usx2y/
H A Dus122l.c209 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 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()
/linux/drivers/char/tpm/
H A Dtpm-dev-common.c258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux/fs/
H A Dpipe.c399 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 Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux/fs/coda/
H A Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux/io_uring/
H A Dmock_file.c175 mask |= EPOLLOUT | EPOLLWRNORM; in io_mock_poll()
/linux/drivers/input/serio/
H A Dserio_raw.c224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/drivers/char/
H A Ddtlk.c251 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2704 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 Dproto.c
/linux/drivers/misc/mei/
H A Dmain.c846 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()
849 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
/linux/drivers/tty/
H A Dn_hdlc.c660 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()
/linux/net/unix/
H A Daf_unix.c563 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 Dtap.c436 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 Dmost_cdev.c294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
/linux/drivers/input/
H A Devdev.c285 EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM); in evdev_pass_values()
617 mask = EPOLLOUT | EPOLLWRNORM; in evdev_poll()

12345