Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dstackdepot.c170 static bool stack_depot_disable; variable
177 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()
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt5958 stack_depot_disable= [KNL]