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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstack.c66 unsigned int stack_total; /* current total count */ variable
200 if (++stack_total > stack_hiwat)
201 stack_hiwat = stack_total;
377 stack_free_count--; stack_total--;
465 total = stack_total;
H A Ddebug.c555 extern unsigned int num_zones, stack_total;
590 kdb_printf("Kernel Stacks:%lu\n",(uintptr_t)(kernel_stack_size * stack_total));
H A Dzalloc.c3444 extern unsigned int stack_total;
3472 printf("Kernel Stacks:\t%lu\n",(uintptr_t)(kernel_stack_size * stack_total));

Completed in 70 milliseconds