Searched defs:stack_pages (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c557 pgcnt_t stack_pages; local
569 stack_pages = btopr(stack_size);
575 tnf_ulong, page_count, stack_pages);
595 stack_pages);
598 pp->p_swrss -= stack_pages;
613 "swapin: pp %p stack_pages %lu",
614 pp, stack_pages);
663 pgcnt_t stack_pages; local
704 stack_pages = btopr(stack_size);
705 ws_pages += stack_pages;
844 pgcnt_t stack_pages; local
[all...]

Completed in 60 milliseconds