Home
last modified time | relevance | path

Searched refs:pollflags (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/
Deventpoll.c1126 __poll_t pollflags = key_to_poll(key); in ep_poll_callback() local
1148 if (pollflags && !(pollflags & epi->event.events)) in ep_poll_callback()
1185 !(pollflags & POLLFREE)) { in ep_poll_callback()
1186 switch (pollflags & EPOLLINOUT_BITS) { in ep_poll_callback()
1215 if (pollflags & POLLFREE) { in ep_poll_callback()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_main.c359 __poll_t pollflags = 0; in ib_uverbs_event_poll() local
365 pollflags = EPOLLIN | EPOLLRDNORM; in ib_uverbs_event_poll()
368 return pollflags; in ib_uverbs_event_poll()