Searched refs:ep_call_nested (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/ |
H A D | eventpoll.c | 383 * ep_call_nested - Perform a bound (possibly) nested call, by checking 398 static int ep_call_nested(struct nested_calls *ncalls, int max_nests, ep_call_nested() function 510 ep_call_nested(&poll_safewake_ncalls, EP_MAX_NESTS, ep_poll_safewake() 862 * the ready list. This need to be done under ep_call_nested() ep_eventpoll_poll() 866 pollflags = ep_call_nested(&poll_readywalk_ncalls, EP_MAX_NESTS, ep_eventpoll_poll() 1180 error = ep_call_nested(&poll_loop_ncalls, reverse_path_check_proc() 1215 error = ep_call_nested(&poll_loop_ncalls, EP_MAX_NESTS, reverse_path_check() 1665 * ep_loop_check_proc - Callback function to be passed to the @ep_call_nested() 1674 * @call_nests: Current dept of the @ep_call_nested() call stack. 1697 error = ep_call_nested(&poll_loop_ncalls, EP_MAX_NESTS, ep_loop_check_proc() 1737 ret = ep_call_nested(&poll_loop_ncalls, EP_MAX_NESTS, ep_loop_check()
|
Completed in 96 milliseconds