Home
last modified time | relevance | path

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

123

/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.c201 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
/linux/drivers/iio/buffer/
H A Dkfifo_buf.c165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
H A Dindustrialio-buffer-dma.c216 flags = EPOLLOUT | EPOLLWRNORM; in iio_dma_buffer_queue_wake()
/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/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/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/drivers/input/serio/
H A Dserio_raw.c224 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
/linux/io_uring/
H A Dmock_file.c175 mask |= EPOLLOUT | EPOLLWRNORM; in io_mock_poll()
/linux/net/dccp/
H A Dproto.c
/linux/drivers/most/
H A Dmost_cdev.c297 mask |= EPOLLOUT | EPOLLWRNORM; in comp_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()
2608 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg()
3393 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()
3434 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()
3451 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/input/
H A Devdev.c285 EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM); in evdev_pass_values()
617 mask = EPOLLOUT | EPOLLWRNORM; in evdev_poll()
/linux/drivers/acpi/
H A Dacpi_dbg.c719 masks |= EPOLLOUT | EPOLLWRNORM; in acpi_aml_poll()
/linux/drivers/xen/
H A Devtchn.c624 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in evtchn_poll()
/linux/drivers/hid/
H A Dhidraw.c266 __poll_t mask = EPOLLOUT | EPOLLWRNORM; /* hidraw is always writable */ in hidraw_poll()
/linux/drivers/usb/misc/
H A Dldusb.c428 mask |= EPOLLOUT | EPOLLWRNORM; in ld_usb_poll()
H A Dlegousbtower.c474 mask |= EPOLLOUT | EPOLLWRNORM; in tower_poll()
/linux/sound/core/
H A Dcompress_offload.c429 return EPOLLOUT | EPOLLWRNORM; in snd_compr_poll()
464 retval |= EPOLLOUT | EPOLLWRNORM; in snd_compr_poll()

123