Searched refs:EPOLLWRNORM (Results 1 – 25 of 111) sorted by relevance
12345
39 #define EPOLLWRNORM (__force __poll_t)0x00000100 macro
68 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_hw_mbox_stat_poll()70 ret = EPOLLOUT | EPOLLWRNORM; in spu_hw_mbox_stat_poll()
101 if (events & (EPOLLOUT | EPOLLWRNORM)) { in spu_backing_mbox_stat_poll()103 ret = EPOLLOUT | EPOLLWRNORM; in spu_backing_mbox_stat_poll()
96 return EPOLLOUT | EPOLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
367 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()
30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
247 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
945 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()
229 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
246 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()257 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
215 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
2456 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()
247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
430 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()
419 return EPOLLOUT | EPOLLWRNORM; in vhci_poll()
252 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
819 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()822 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
349 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()359 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
1043 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