Home
last modified time | relevance | path

Searched refs:ani_free (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h183 pgcnt_t ani_free; member
190 size32_t ani_free; member
201 typedef struct ani_free { struct
374 pgcnt_t ani_free; /* # of unallocated phys and mem slots */ member
H A Dvm_swap.c494 ai.ani_free = k_anoninfo.ani_free + avail; in swapctl()
565 ai.ani_free = pgcap - btop(used); in swapctl()
569 if (sys_avail < ai.ani_free) in swapctl()
844 s = k_anoninfo.ani_free + avail; in swapctl32()
847 ai.ani_free = s; in swapctl32()
871 ai.ani_free = pgcap - btop(used); in swapctl32()
875 if (sys_avail < ai.ani_free) in swapctl32()
1328 k_anoninfo.ani_free -= returned_mem; in swapadd()
1351 k_anoninfo.ani_free, k_anoninfo.ani_free, 0, 0, 0); in swapadd()
H A Dvm_anon.c760 k_anoninfo.ani_free = total; in set_anoninfo()
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c331 allocated = ai.ani_max - ai.ani_free; in doswap()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c847 free = k_anoninfo.ani_free + avail; in clock()