Lines Matching refs:stack_depot_disabled
45 static bool stack_depot_disabled; variable
100 return kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
163 if (stack_depot_disabled) { in stack_depot_early_init()
201 stack_depot_disabled = true; in stack_depot_early_init()
220 stack_depot_disabled = true; in stack_depot_early_init()
236 if (stack_depot_disabled || stack_table) in stack_depot_init()
266 stack_depot_disabled = true; in stack_depot_init()
279 stack_depot_disabled = true; in stack_depot_init()
661 if (unlikely(nr_entries == 0) || stack_depot_disabled) in stack_depot_save_flags()
764 if (!handle || stack_depot_disabled) in stack_depot_fetch()
784 if (!handle || stack_depot_disabled) in stack_depot_put()
863 if (stack_depot_disabled) in depot_debugfs_init()