Home
last modified time | relevance | path

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

/xnu-8792.61.2/san/memory/
H A Dkasan-fakestack.c91 static const long suspend_threshold = 20; variable
96 if (OSIncrementAtomicLong(&suspend_count) == suspend_threshold) { in kasan_fakestack_suspend()
107 if (fakestack_enabled && orig == suspend_threshold) { in kasan_fakestack_resume()