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

/linux-master/include/linux/
H A Dstackleak.h13 #define STACKLEAK_SEARCH_DEPTH 128 macro
53 const unsigned int depth = STACKLEAK_SEARCH_DEPTH / sizeof(unsigned long);
/linux-master/kernel/
H A Dstackleak.c165 * STACKLEAK_SEARCH_DEPTH makes the poison search in
168 BUILD_BUG_ON(CONFIG_STACKLEAK_TRACK_MIN_SIZE > STACKLEAK_SEARCH_DEPTH);

Completed in 102 milliseconds