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

/linux-4.1.27/fs/
H A Deventpoll.c461 * "dfd" net code will end up in ep_poll_callback(). At this point epoll
567 /* call when ep->mtx cannot be held (ep_poll_callback) */ ep_pm_stay_awake_rcu()
999 static int ep_poll_callback(wait_queue_t *wait, unsigned mode, int sync, void *key) ep_poll_callback() function
1095 init_waitqueue_func_entry(&pwq->wait, ep_poll_callback); ep_ptable_queue_proc()
1418 * we do not miss events from ep_poll_callback if an ep_modify()
1421 * changing epi above (but ep_poll_callback does take ep_modify()
1429 * This barrier will now guarantee ep_poll_callback or f_op->poll ep_modify()
1617 * ep_poll_callback() when events will become available. ep_poll()
1624 * We don't want to sleep if the ep_poll_callback() sends us ep_poll()

Completed in 120 milliseconds