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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c60 #define STACK_CACHE_SIZE 2 macro
289 if (cache->count < STACK_CACHE_SIZE) {
371 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);
403 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);

Completed in 26 milliseconds