Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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.12.1/kernel/
Dstackleak.c167 BUILD_BUG_ON(CONFIG_STACKLEAK_TRACK_MIN_SIZE > STACKLEAK_SEARCH_DEPTH); in stackleak_track_stack()