Searched refs:ani_resv (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fps/fpsd/
H A Dfpsd_util.c82 freemem = (int)(ctok(ai.ani_max) - ctok(ai.ani_resv));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dmemstat.c82 r = ai.ani_max - ai.ani_resv;
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h173 * ani_resv = amount of claimed (reserved) anonymous memory
178 * MAX(ani_max - ani_resv, 0) + (availrmem - swapfs_minfree)
183 pgcnt_t ani_resv; member in struct:anoninfo
190 size32_t ani_resv; member in struct:anoninfo32
H A Dvm_swap.c481 * ani_resv = amount of claimed (reserved) anonymous memory
491 ai.ani_resv = k_anoninfo.ani_phys_resv +
511 * The ani_resv value is typically set to be the amount
522 * reserved = ani_resv - allocated
523 * available = ani_max - ani_resv
529 * reserved = ani_resv - allocated = 75 - 75 = 0
530 * available = ani_max - ani_resv = 100 - 75 = 25
538 * the ani_resv value up so that it is the difference
542 * get an ani_resv of 100 - 20 = 80. This gives:
544 * reserved = ani_resv
[all...]
/opensolaris-onvv-gate/usr/src/cmd/swap/
H A Dswap.c312 * ai.ani_max = MAX(anoninfo.ani_resv, anoninfo.ani_max) +
317 * ai.ani_resv = total amount of reserved anonymous memory
318 * ai.ani_resv = anoninfo.ani_resv;
330 reserved = ai.ani_resv - allocated;
331 available = ai.ani_max - ai.ani_resv;
/opensolaris-onvv-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3550 vm_free = (ani.ani_max - ani.ani_resv) * ctl->zsctl_pagesize;

Completed in 129 milliseconds