Searched refs:curr_sysctl_max_stack (Results 1 – 1 of 1) sorted by relevance
57 u32 curr_sysctl_max_stack = READ_ONCE(sysctl_perf_event_max_stack); in stack_map_calculate_max_depth() local61 if (max_depth > curr_sysctl_max_stack) in stack_map_calculate_max_depth()62 return curr_sysctl_max_stack; in stack_map_calculate_max_depth()