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

/freebsd-12-stable/usr.bin/top/
H A Dmachine.c151 static int swap_stats[nitems(swapnames)]; variable
495 swap_stats[4] = 0;
496 swap_stats[5] = 0;
501 swap_stats[4] = pagetok(((nspgsin - swappgsin)));
502 swap_stats[5] = pagetok(((nspgsout - swappgsout)));
509 if (swap_stats[4] > 0 || swap_stats[5] > 0 || swap_delay == 0) {
510 swap_stats[3] = swapmode(&swapavail, &swapfree);
511 swap_stats[0] = swapavail;
512 swap_stats[
[all...]

Completed in 139 milliseconds