Home
last modified time | relevance | path

Searched refs:nswapped (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c311 nswapped, avefree, freemem); in sched()
486 nswapped, avefree, freemem); in sched()
605 nswapped--; in swapin()
689 nswapped++; in swapout()
885 nswapped++; in process_swap_queue()
H A Dclock.c868 if (nswapped) { in clock()
869 sysinfo.swpque += nswapped; in clock()
/illumos-gate/usr/src/uts/common/sys/
H A Ddisp.h94 extern int nswapped; /* number of swapped threads */
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c104 int nswapped; /* total number of swapped threads */ variable