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

/freebsd-11-stable/usr.bin/top/
H A Dmachine.c529 static int nspgsin, nspgsout; local
538 GETSYSCTL("vm.stats.vm.v_swappgsout", nspgsout);
557 swap_stats[5] = pagetok(((nspgsout - swappgsout)));
561 swappgsout = nspgsout;

Completed in 44 milliseconds