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

/linux-4.1.27/drivers/infiniband/core/
H A Duverbs_main.c386 unsigned int pollflags = 0; ib_uverbs_event_poll() local
393 pollflags = POLLIN | POLLRDNORM; ib_uverbs_event_poll()
396 return pollflags; ib_uverbs_event_poll()
/linux-4.1.27/fs/
H A Deventpoll.c846 int pollflags; ep_eventpoll_poll() local
866 pollflags = ep_call_nested(&poll_readywalk_ncalls, EP_MAX_NESTS, ep_eventpoll_poll()
869 return pollflags != -1 ? pollflags : 0; ep_eventpoll_poll()

Completed in 209 milliseconds