Searched refs:ani_resv (Results 1 – 5 of 5) sorted by relevance
491 ai.ani_resv = k_anoninfo.ani_phys_resv + in swapctl()563 sys_avail = ai.ani_max - ai.ani_resv; in swapctl()565 ai.ani_resv = pgcap - sys_avail; in swapctl()567 ai.ani_resv = btop(used); in swapctl()836 ai.ani_resv = s; in swapctl32()858 sys_avail = ai.ani_max - ai.ani_resv; in swapctl32()860 ai.ani_resv = pgcap - sys_avail; in swapctl32()862 ai.ani_resv = btop(used); in swapctl32()
184 pgcnt_t ani_resv; member191 size32_t ani_resv; member
82 r = ai.ani_max - ai.ani_resv;
332 reserved = ai.ani_resv - allocated; in doswap()333 available = ai.ani_max - ai.ani_resv; in doswap()
3550 vm_free = (ani.ani_max - ani.ani_resv) * ctl->zsctl_pagesize; in zsd_refresh_memory()