Searched refs:call_nests (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/ |
D | eventpoll.c | 487 int error, call_nests = 0; in ep_call_nested() local 502 (tncur->cookie == cookie || ++call_nests > max_nests)) { in ep_call_nested() 520 error = (*nproc)(priv, cookie, call_nests); in ep_call_nested() 560 static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests) in ep_poll_wakeup_proc() argument 565 spin_lock_irqsave_nested(&wqueue->lock, flags, call_nests + 1); in ep_poll_wakeup_proc() 1317 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) in reverse_path_check_proc() argument 1330 if (path_count_inc(call_nests)) { in reverse_path_check_proc() 1861 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) in ep_loop_check_proc() argument 1870 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc()
|