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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstack.c59 #define STACK_CACHE_SIZE 2 macro
176 if (cache->count < STACK_CACHE_SIZE) {
256 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);
288 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);

Completed in 51 milliseconds