Home
last modified time | relevance | path

Searched refs:mangle_poll (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpoll.h120 static inline __u16 mangle_poll(__poll_t val) in mangle_poll() function
/linux/io_uring/
H A Dpoll.c302 __poll_t mask = mangle_poll(req->cqe.res & in io_poll_check_events()
359 req->cqe.res = mangle_poll(req->cqe.res & poll->events); in io_poll_task_func()
/linux/fs/
H A Dfcntl.c900 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
/linux/fs/fuse/
H A Dfile.c2747 inarg.events = mangle_poll(poll_requested_events(wait)); in fuse_file_poll()