Searched refs:stack_depot_disable (Results 1 – 2 of 2) sorted by relevance
170 static bool stack_depot_disable; variable177 ret = kstrtobool(str, &stack_depot_disable); in is_stack_depot_disabled()178 if (!ret && stack_depot_disable) { in is_stack_depot_disabled()207 if (!__stack_depot_want_early_init || stack_depot_disable) in stack_depot_early_init()224 stack_depot_disable = true; in stack_depot_early_init()237 if (!stack_depot_disable && !stack_table) { in stack_depot_init()263 stack_depot_disable = true; in stack_depot_init()441 if (unlikely(nr_entries == 0) || stack_depot_disable) in __stack_depot_save()
5958 stack_depot_disable= [KNL]