Searched refs:ep_poll_callback (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 539 * "dfd" net code will end up in ep_poll_callback(). At this point epoll 564 * If we are not being call from ep_poll_callback(), epi is NULL and in ep_poll_safewake() 566 * called from ep_poll_callback() and if a previous wakeup source is in ep_poll_safewake() 606 * smp_store_release() in ep_poll_callback(), otherwise in ep_remove_wait_queue() 654 /* call when ep->mtx cannot be held (ep_poll_callback) */ 1205 * Another thing worth to mention is that ep_poll_callback() can be called 1212 static int ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in ep_poll_callback() function 1324 init_waitqueue_func_entry(&pwq->wait, ep_poll_callback); in ep_ptable_queue_proc() 1658 * we do not miss events from ep_poll_callback if an in ep_modify() 1661 * changing epi above (but ep_poll_callback doe in ep_modify() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 487 * "dfd" net code will end up in ep_poll_callback(). At this point epoll 512 * If we are not being call from ep_poll_callback(), epi is NULL and in ep_poll_safewake() 514 * called from ep_poll_callback() and if a previous wakeup source is in ep_poll_safewake() 554 * smp_store_release() in ep_poll_callback(), otherwise in ep_remove_wait_queue() 599 /* call when ep->mtx cannot be held (ep_poll_callback) */ 1160 * Another thing worth to mention is that ep_poll_callback() can be called 1167 static int ep_poll_callback(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in ep_poll_callback() function 1288 init_waitqueue_func_entry(&pwq->wait, ep_poll_callback); in ep_ptable_queue_proc() 1632 * we do not miss events from ep_poll_callback if an in ep_modify() 1635 * changing epi above (but ep_poll_callback doe in ep_modify() [all...] |
Completed in 6 milliseconds