Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstackleak.h13 #define STACKLEAK_SEARCH_DEPTH 128 macro
52 const unsigned int depth = STACKLEAK_SEARCH_DEPTH / sizeof(unsigned long); in stackleak_find_top_of_poison()
/openbmc/linux/kernel/
H A Dstackleak.c168 BUILD_BUG_ON(CONFIG_STACKLEAK_TRACK_MIN_SIZE > STACKLEAK_SEARCH_DEPTH); in stackleak_track_stack()