Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Deventpoll.c480 int error, call_nests = 0; in ep_call_nested() local
495 (tncur->cookie == cookie || ++call_nests > EP_MAX_NESTS)) { in ep_call_nested()
513 error = (*nproc)(priv, cookie, call_nests); in ep_call_nested()
1396 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) in reverse_path_check_proc() argument
1409 if (path_count_inc(call_nests)) { in reverse_path_check_proc()
2000 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) in ep_loop_check_proc() argument
2009 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc()