Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c839 pgcnt_t maxswap, resv, free; in clock() local
843 maxswap = k_anoninfo.ani_mem_resv + in clock()
854 if (maxswap < free) in clock()
856 if (maxswap < resv) in clock()
859 vminfo.swap_alloc += maxswap - free; in clock()
860 vminfo.swap_avail += maxswap - resv; in clock()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c5532 uint64_t maxswap, int showlocked, uint64_t maxlocked) in output_mcap() argument
5543 (void) snprintf(buf, sizeof (buf), "%llu", maxswap); in output_mcap()