Searched refs:EPOLLWRNORM (Results 1 – 25 of 112) 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()
24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM)
198 mask |= EPOLLOUT | EPOLLWRNORM; in snd_seq_oss_poll()
42 EPOLLWRNORM | EPOLLWRBAND); in sk_stream_write_space()
381 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()402 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_read()605 wake_up_interruptible_sync_poll(&pipe->wr_wait, EPOLLOUT | EPOLLWRNORM); in pipe_write()695 mask |= EPOLLOUT | EPOLLWRNORM; in pipe_poll()
165 wake_up_interruptible_poll(&r->pollq, EPOLLOUT | EPOLLWRNORM); in iio_kfifo_remove_from()
258 mask = EPOLLOUT | EPOLLWRNORM; in tpm_common_poll()
92 mask |= EPOLLOUT | EPOLLWRNORM; in ts_poll()
236 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM | EPOLLERR; in usb_stream_hwdep_poll()247 mask = EPOLLIN | EPOLLOUT | EPOLLWRNORM; in usb_stream_hwdep_poll()
944 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()947 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_video_poll()989 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()992 mask = (EPOLLOUT | EPOLLWRNORM); in dvb_audio_poll()
232 mask |= (EPOLLOUT | EPOLLWRNORM); in dvb_ca_poll()
211 __poll_t mask = EPOLLIN | EPOLLRDNORM | EPOLLOUT | EPOLLWRNORM; in fieldbus_poll()
356 mask |= EPOLLOUT | EPOLLWRNORM; in file_poll()
61 __poll_t mask = EPOLLOUT | EPOLLWRNORM; in coda_psdev_poll()
247 mask = serio_raw->dead ? EPOLLHUP | EPOLLERR : EPOLLOUT | EPOLLWRNORM; in serio_raw_poll()
251 mask |= EPOLLOUT | EPOLLWRNORM; in dtlk_poll()
821 if (req_events & (EPOLLOUT | EPOLLWRNORM)) { in mei_poll()824 mask |= EPOLLOUT | EPOLLWRNORM; in mei_poll()
351 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()361 mask |= EPOLLOUT | EPOLLWRNORM; in dccp_poll()
2705 if (q->is_output && !(req_events & (EPOLLOUT | EPOLLWRNORM))) in vb2_core_poll()2718 (req_events & (EPOLLOUT | EPOLLWRNORM))) { in vb2_core_poll()2724 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()2750 return EPOLLOUT | EPOLLWRNORM; in vb2_core_poll()2773 EPOLLOUT | EPOLLWRNORM : in vb2_core_poll()
574 EPOLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup()617 EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND); in unix_write_space()2463 EPOLLOUT | EPOLLWRNORM | in __unix_dgram_recvmsg()3249 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_poll()3290 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()3307 mask |= EPOLLOUT | EPOLLWRNORM | EPOLLWRBAND; in unix_dgram_poll()
294 mask |= EPOLLOUT | EPOLLWRNORM; in comp_poll()
670 mask |= EPOLLOUT | EPOLLWRNORM; /* writable */ in n_hdlc_tty_poll()
Completed in 53 milliseconds