Home
last modified time | relevance | path

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

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