Searched refs:maxswap (Results 1 – 2 of 2) sorted by relevance
835 pgcnt_t maxswap, resv, free; in clock() local839 maxswap = k_anoninfo.ani_mem_resv + in clock()850 if (maxswap < free) in clock()852 if (maxswap < resv) in clock()855 vminfo.swap_alloc += maxswap - free; in clock()856 vminfo.swap_avail += maxswap - resv; in clock()
5343 uint64_t maxswap, int showlocked, uint64_t maxlocked) in output_mcap() argument5354 (void) snprintf(buf, sizeof (buf), "%llu", maxswap); in output_mcap()