Home
last modified time | relevance | path

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

/linux/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/kernel/
H A Dstackleak.c165 * STACKLEAK_SEARCH_DEPTH makes the poison search in in stackleak_track_stack()
168 BUILD_BUG_ON(CONFIG_STACKLEAK_TRACK_MIN_SIZE > STACKLEAK_SEARCH_DEPTH); in stackleak_track_stack()