Searched refs:call_nests (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | eventpoll.c | 398 int error, call_nests = 0; in ep_call_nested() local 413 (tncur->cookie == cookie || ++call_nests > max_nests)) { in ep_call_nested() 431 error = (*nproc)(priv, cookie, call_nests); in ep_call_nested() 485 static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests) in ep_poll_wakeup_proc() argument 488 1 + call_nests); in ep_poll_wakeup_proc() 809 static int ep_poll_readyevents_proc(void *priv, void *cookie, int call_nests) in ep_poll_readyevents_proc() argument 811 return ep_scan_ready_list(priv, ep_read_events_proc, NULL, call_nests + 1); in ep_poll_readyevents_proc() 1133 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) in reverse_path_check_proc() argument 1144 if (path_count_inc(call_nests)) { in reverse_path_check_proc() 1649 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) in ep_loop_check_proc() argument [all …]
|