Home
last modified time | relevance | path

Searched refs: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; in swapin() local
569 stack_pages = btopr(stack_size); in swapin()
592 stack_pages); in swapin()
595 pp->p_swrss -= stack_pages; in swapin()
611 pp, stack_pages); in swapin()
660 pgcnt_t stack_pages; in swapout() local
701 stack_pages = btopr(stack_size); in swapout()
702 ws_pages += stack_pages; in swapout()
835 pgcnt_t stack_pages; in process_swap_queue() local
869 stack_pages = btopr(stack_size); in process_swap_queue()
[all …]