Home
last modified time | relevance | path

Searched refs:mangle_poll (Results 1 – 5 of 5) 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()
H A Dselect.c921 pfd->revents = mangle_poll(mask); in do_poll()
/linux/fs/fuse/
H A Dfile.c