Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dstack.c63 #define STACK_CACHE_SIZE 2 macro
241 if (cache->count < STACK_CACHE_SIZE) { in stack_free_stack()
320 target = stack_free_target + (STACK_CACHE_SIZE * processor_count); in stack_collect()
348 target = stack_free_target + (STACK_CACHE_SIZE * processor_count); in stack_collect()