Searched refs:EP_MAX_NESTS (Results 1 – 1 of 1) sorted by relevance
94 #define EP_MAX_NESTS 4 macro1447 if (depth > EP_MAX_NESTS) /* too deep nesting */ in reverse_path_check_proc()2083 if (ep_tovisit == inserting_into || depth > EP_MAX_NESTS) in ep_loop_check_proc()2084 result = EP_MAX_NESTS+1; in ep_loop_check_proc()2087 if (result > EP_MAX_NESTS) in ep_loop_check_proc()2143 if (depth > EP_MAX_NESTS) in ep_loop_check()2150 return (depth+1+upwards_depth > EP_MAX_NESTS) ? -1 : 0; in ep_loop_check()