Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dstackdepot.c65 static bool stack_depot_disabled; variable
105 ret = kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
106 if (!ret && stack_depot_disabled) { in disable_stack_depot()
140 if (!__stack_depot_early_init_requested || stack_depot_disabled) in stack_depot_early_init()
161 stack_depot_disabled = true; in stack_depot_early_init()
177 if (stack_depot_disabled || stack_table) in stack_depot_init()
207 stack_depot_disabled = true; in stack_depot_init()
373 if (unlikely(nr_entries == 0) || stack_depot_disabled) in __stack_depot_save()

Completed in 4 milliseconds