Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Deventpoll.c483 int error, call_nests = 0; in ep_call_nested() local
498 (tncur->cookie == cookie || ++call_nests > EP_MAX_NESTS)) { in ep_call_nested()
516 error = (*nproc)(priv, cookie, call_nests); in ep_call_nested()
556 static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests) in ep_poll_wakeup_proc() argument
561 spin_lock_irqsave_nested(&wqueue->lock, flags, call_nests + 1); in ep_poll_wakeup_proc()
1395 static int reverse_path_check_proc(void *priv, void *cookie, int call_nests) in reverse_path_check_proc() argument
1408 if (path_count_inc(call_nests)) { in reverse_path_check_proc()
1957 static int ep_loop_check_proc(void *priv, void *cookie, int call_nests) in ep_loop_check_proc() argument
1966 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc()