Home
last modified time | relevance | path

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

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