Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c148 static bool stack_depot_disable; variable
155 ret = kstrtobool(str, &stack_depot_disable); in is_stack_depot_disabled()
156 if (!ret && stack_depot_disable) { in is_stack_depot_disabled()
166 if (!stack_depot_disable) { in stack_depot_init()
293 if (unlikely(nr_entries == 0) || stack_depot_disable) in __stack_depot_save()