Home
last modified time | relevance | path

Searched refs:poll_requested_events (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dpoll.h62 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events() function
/linux/drivers/media/mc/
H A Dmc-request.c100 if (!(poll_requested_events(wait) & EPOLLPRI)) in media_request_poll()
/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c519 __poll_t req_events = poll_requested_events(pts); in si470x_fops_poll()
/linux/drivers/media/radio/
H A Dradio-cadet.c485 __poll_t req_events = poll_requested_events(wait); in cadet_poll()
/linux/drivers/misc/mei/
H A Dmain.c810 __poll_t req_events = poll_requested_events(wait); in mei_poll()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2705 __poll_t req_events = poll_requested_events(wait); in vb2_core_poll()
/linux/net/
H A Dsocket.c1429 __poll_t events = poll_requested_events(wait), flag = 0; in sock_poll()
/linux/fs/fuse/
H A Dfile.c2742 inarg.events = mangle_poll(poll_requested_events(wait)); in fuse_file_poll()
/linux/net/unix/
H A Daf_unix.c3422 if (!(poll_requested_events(wait) & (EPOLLWRBAND|EPOLLWRNORM|EPOLLOUT))) in unix_dgram_poll()