Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c94 #define EP_MAX_NESTS 4 macro
611 * recursion constraints. That are, no more than EP_MAX_NESTS, to avoid
1451 if (depth > EP_MAX_NESTS) /* too deep nesting */ in reverse_path_check_proc()
2068 * Return: depth of the subtree, or a value bigger than EP_MAX_NESTS if we found in ep_loop_check_proc()
2087 if (ep_tovisit == inserting_into || depth > EP_MAX_NESTS) in ep_loop_check_proc()
2088 result = EP_MAX_NESTS+1; in ep_loop_check_proc()
2091 if (result > EP_MAX_NESTS) in ep_loop_check_proc()
2147 if (depth > EP_MAX_NESTS) in ep_loop_check()
2154 return (depth+1+upwards_depth > EP_MAX_NESTS) ? -1 : 0; in clear_tfile_check_list()