Home
last modified time | relevance | path

Searched refs:EPOLLWRNORM (Results 1 - 25 of 226) sorted by relevance

12345678910

/kernel/liteos_a/fs/vfs/include/
H A Depoll.h53 #define EPOLLWRNORM 0x100 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Deventpoll.h36 #define EPOLLWRNORM (__force __poll_t) 0x00000100 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Deventpoll.h36 #define EPOLLWRNORM (__force __poll_t) 0x00000100 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Deventpoll.h22 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp67 ev.events = EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM; in testcase()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/kernel/linux/linux-5.10/include/linux/
H A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_rw.c197 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/kernel/linux/linux-5.10/net/core/
H A Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/kernel/linux/linux-6.6/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/kernel/linux/linux-6.6/net/core/
H A Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm-dev-common.c254 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm-dev-common.c253 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/kernel/linux/linux-6.6/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/kernel/linux/linux-5.10/fs/
H A Dpipe.c368 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
389 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
594 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
684 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/kernel/linux/linux-6.6/fs/
H A Dpipe.c370 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
391 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
596 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
686 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dus122l.c243 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
253 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()

Completed in 14 milliseconds

12345678910