Home
last modified time | relevance | path

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

12345

/linux/include/uapi/linux/
A Deventpoll.h39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
/linux/arch/powerpc/platforms/cell/spufs/
A Dhw_ops.c68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()
70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
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/drivers/media/test-drivers/vivid/
A Dvivid-radio-tx.c96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux/fs/
A Dpipe.c367 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
388 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()
595 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()
685 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
/linux/include/linux/
A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
/linux/net/core/
A Dstream.c42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
/linux/sound/core/seq/oss/
A Dseq_oss_rw.c198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux/drivers/char/tpm/
A Dtpm-dev-common.c247 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
/linux/drivers/iio/buffer/
A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
/linux/drivers/staging/media/av7110/
A 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()
A Dav7110_ca.c229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
/linux/sound/usb/usx2y/
A Dus122l.c246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()
257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
/linux/drivers/media/pci/ngene/
A Dngene-dvb.c92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
/linux/drivers/staging/fieldbus/
A Ddev_core.c215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
/linux/arch/mips/kernel/
A Drtlx.c356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-core.c2456 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll()
2469 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll()
2475 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2501 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()
2524 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
/linux/drivers/input/serio/
A Dserio_raw.c247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/fs/coda/
A Dpsdev.c61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
/linux/net/unix/
A Daf_unix.c430 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup()
473 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()
2331 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg()
3065 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3106 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3123 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
/linux/drivers/bluetooth/
A Dhci_vhci.c419 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
/linux/drivers/char/
A Ddtlk.c252 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
/linux/drivers/misc/mei/
A Dmain.c819 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()
822 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
/linux/net/dccp/
A Dproto.c349 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
359 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
/linux/net/vmw_vsock/
A Daf_vsock.c1043 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in vsock_poll()
1096 mask |= EPOLLOUT | EPOLLWRNORM; in vsock_poll()
1108 mask |= EPOLLOUT | EPOLLWRNORM; in vsock_poll()

Completed in 53 milliseconds

12345