Home
last modified time | relevance | path

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

12345

/linux-6.6.21/include/uapi/linux/ !
Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ !
Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
Dbacking_ops.c101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()
103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
/linux-6.6.21/drivers/media/test-drivers/vivid/ !
Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux-6.6.21/include/linux/ !
Dpoll.h28 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux-6.6.21/sound/core/seq/oss/ !
Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux-6.6.21/net/core/ !
Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/linux-6.6.21/fs/ !
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()
/linux-6.6.21/drivers/iio/buffer/ !
Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux-6.6.21/drivers/char/tpm/ !
Dtpm-dev-common.c253 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux-6.6.21/drivers/media/pci/ngene/ !
Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux-6.6.21/sound/usb/usx2y/ !
Dus122l.c246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/linux-6.6.21/drivers/staging/media/av7110/ !
Dav7110_av.c945 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()
Dav7110_ca.c229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
/linux-6.6.21/drivers/staging/fieldbus/ !
Ddev_core.c211 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
/linux-6.6.21/arch/mips/kernel/ !
Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux-6.6.21/fs/coda/ !
Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux-6.6.21/drivers/input/serio/ !
Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux-6.6.21/drivers/media/common/videobuf2/ !
Dvideobuf2-core.c2494 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll()
2507 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll()
2513 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2539 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2562 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
/linux-6.6.21/drivers/char/ !
Ddtlk.c252 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
/linux-6.6.21/drivers/misc/mei/ !
Dmain.c821 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()
824 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
/linux-6.6.21/net/dccp/ !
Dproto.c351 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
361 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
/linux-6.6.21/net/unix/ !
Daf_unix.c506 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup()
549 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2386 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg()
3102 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3146 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3163 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/linux-6.6.21/drivers/most/ !
Dmost_cdev.c294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
/linux-6.6.21/drivers/tty/ !
Dn_hdlc.c670 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()

12345