Searched refs:KMSAN_MAX_ORIGIN_DEPTH (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/kmsan/
H A Dkmsan.h30 #define KMSAN_MAX_ORIGIN_DEPTH 7 macro
H A Dreport.c115 * Origin chains deeper than KMSAN_MAX_ORIGIN_DEPTH are
118 if (depth == KMSAN_MAX_ORIGIN_DEPTH)
H A Dcore.c164 (1 << STACK_DEPOT_EXTRA_BITS) <= (KMSAN_MAX_ORIGIN_DEPTH << 1));
171 * Stop chaining origins once the depth reached KMSAN_MAX_ORIGIN_DEPTH.
176 if (depth == KMSAN_MAX_ORIGIN_DEPTH)
H A Dkmsan_test.c570 /* (KMSAN_MAX_ORIGIN_DEPTH * 2) recursive calls to fibonacci(). */
571 volatile int accum[KMSAN_MAX_ORIGIN_DEPTH * 2 + 2];
576 "origin chain exceeding KMSAN_MAX_ORIGIN_DEPTH (UMR report)\n");

Completed in 131 milliseconds