Searched refs:maxswap (Results 1 – 2 of 2) sorted by relevance
839 pgcnt_t maxswap, resv, free; in clock() local843 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()
5532 uint64_t maxswap, int showlocked, uint64_t maxlocked) in output_mcap() argument5543 (void) snprintf(buf, sizeof (buf), "%llu", maxswap); in output_mcap()