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

/freebsd-11-stable/usr.bin/top/
H A Dmachine.c1672 static u_long swap_maxpages = 0; local
1685 if (swap_maxpages == 0)
1686 GETSYSCTL("vm.swap_maxpages", swap_maxpages);
1690 if ( swapary[0].ksw_total > swap_maxpages )
1691 swapary[0].ksw_total = swap_maxpages;
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c165 static unsigned long swap_maxpages; variable
166 SYSCTL_ULONG(_vm, OID_AUTO, swap_maxpages, CTLFLAG_RD, &swap_maxpages, 0,
547 * calculating swap_maxpages.
554 swap_maxpages = n * SWAP_META_PAGES;

Completed in 62 milliseconds