Searched defs:ani_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h169 * ani_max = maximum amount of swap space
179 * MAX(ani_max - ani_resv, 0) + (availrmem - swapfs_minfree)
182 pgcnt_t ani_max; member in struct:anoninfo
189 size32_t ani_max; member in struct:anoninfo32
351 * ani_max = total reservable slots on physical (disk-backed) swap
362 (k_anoninfo.ani_max + MAX((spgcnt_t)(availrmem - swapfs_minfree), 0))
368 ((k_anoninfo.ani_max - k_anoninfo.ani_phys_resv) + \
372 pgcnt_t ani_max; /* total reservable slots on phys */ member in struct:k_anoninfo

Completed in 45 milliseconds