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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstack.c65 unsigned int stack_total; /* current total count */ variable
116 if (++stack_total > stack_hiwat)
117 stack_hiwat = stack_total;
262 stack_free_count--; stack_total--;
341 total = stack_total;
H A Ddebug.c429 extern unsigned int num_zones, stack_total;
463 kdb_printf("Kernel Stacks:%lu\n",(uintptr_t)(KERNEL_STACK_SIZE * stack_total));

Completed in 34 milliseconds