Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/
H A Deventpoll.c93 #define EP_MAX_NESTS 4 macro
491 * recursion constraints. That are, no more than EP_MAX_NESTS, to avoid
1361 if (depth > EP_MAX_NESTS) /* too deep nesting */ in reverse_path_check_proc()
1976 if (ep_tovisit == inserting_into || depth > EP_MAX_NESTS) in ep_loop_check_proc()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c99 #define EP_MAX_NESTS 4 macro
495 (tncur->cookie == cookie || ++call_nests > EP_MAX_NESTS)) { in ep_call_nested()

Completed in 11 milliseconds