Home
last modified time | relevance | path

Searched refs:p_swapcnt (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dsched.c208 if (prp->p_swapcnt) { in sched()
543 ASSERT(pp->p_swapcnt); in swapin()
597 pp->p_swapcnt--; in swapin()
731 pp->p_swapcnt++; in swapout()
743 if (pp->p_swapcnt == pp->p_lwpcnt) { in swapout()
907 pp->p_swapcnt++; in process_swap_queue()
914 if (pp->p_swapcnt == pp->p_lwpcnt) { in process_swap_queue()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h149 int p_swapcnt; /* number of swapped out lwps */ member