Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c45 static bool stack_depot_disabled; variable
100 return kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
135 if (stack_depot_disabled) { in stack_depot_early_init()
173 stack_depot_disabled = true; in stack_depot_early_init()
197 if (stack_depot_disabled || stack_table) in stack_depot_init()
227 stack_depot_disabled = true; in stack_depot_init()
611 if (unlikely(nr_entries == 0) || stack_depot_disabled) in stack_depot_save_flags()
711 if (!handle || stack_depot_disabled) in stack_depot_fetch()
731 if (!handle || stack_depot_disabled) in stack_depot_put()
810 if (stack_depot_disabled) in depot_debugfs_init()