Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c494 if (!global && zp->zone_max_swap_ctl != UINT64_MAX) { in swapctl()
555 cap = zp->zone_max_swap_ctl; in swapctl()
605 if (zp->zone_max_swap_ctl != UINT64_MAX) { in swapctl()
609 cap = zp->zone_max_swap_ctl; in swapctl()
838 if (!global && zp->zone_max_swap_ctl != UINT64_MAX) { in swapctl32()
850 cap = zp->zone_max_swap_ctl; in swapctl32()
900 if (zp->zone_max_swap_ctl != UINT64_MAX) { in swapctl32()
904 cap = zp->zone_max_swap_ctl; in swapctl32()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c590 zp->zone_max_swap_ctl != UINT64_MAX) { in tmp_statvfs()
599 cap = zp->zone_max_swap_ctl; in tmp_statvfs()
/titanic_41/usr/src/uts/common/sys/
H A Dzone.h483 rctl_qty_t zone_max_swap_ctl; /* current swap limit. */ member
/titanic_41/usr/src/uts/common/os/
H A Dzone.c1661 e->rcep_p.zone->zone_max_swap_ctl = nv; in zone_max_swap_set()
1790 zk->zk_value.value.ui64 = zone->zone_max_swap_ctl; in zone_swapresv_kstat_update()
1968 zone0.zone_max_swap_ctl = UINT64_MAX; in zone_zsd_init()
4352 zone->zone_max_swap_ctl = UINT64_MAX; in zone_create()
H A Drctl.c3024 zone->zone_max_swap_ctl) { in rctl_incr_swap()