Searched refs:call_nests (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Deventpoll.c402 int error, call_nests = 0; ep_call_nested() local
417 (tncur->cookie == cookie || ++call_nests > max_nests)) { list_for_each_entry()
435 error = (*nproc)(priv, cookie, call_nests);
489 static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests) ep_poll_wakeup_proc() argument
492 1 + call_nests); ep_poll_wakeup_proc()
836 static int ep_poll_readyevents_proc(void *priv, void *cookie, int call_nests) ep_poll_readyevents_proc() argument
841 call_nests + 1, arg->locked); ep_poll_readyevents_proc()
1162 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) reverse_path_check_proc() argument
1175 if (path_count_inc(call_nests)) { reverse_path_check_proc()
1674 * @call_nests: Current dept of the @ep_call_nested() call stack.
1679 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) ep_loop_check_proc() argument
1688 mutex_lock_nested(&ep->mtx, call_nests + 1); ep_loop_check_proc()

Completed in 118 milliseconds