Searched refs:call_nests (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/ |
D | eventpoll.c | 402 int error, call_nests = 0; in ep_call_nested() local 417 (tncur->cookie == cookie || ++call_nests > max_nests)) { in ep_call_nested() 435 error = (*nproc)(priv, cookie, call_nests); in ep_call_nested() 489 static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests) in ep_poll_wakeup_proc() argument 492 1 + call_nests); in ep_poll_wakeup_proc() 836 static int ep_poll_readyevents_proc(void *priv, void *cookie, int call_nests) in ep_poll_readyevents_proc() argument 841 call_nests + 1, arg->locked); in ep_poll_readyevents_proc() 1162 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) in reverse_path_check_proc() argument 1175 if (path_count_inc(call_nests)) { in reverse_path_check_proc() 1679 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) in ep_loop_check_proc() argument [all …]
|