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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c133 * kpj_shares^2 zone_ext_shares^2
141 * - zone_ext_shares is the share value for the zone (zone.cpu-shares rctl)
1038 uint32_t zone_ext_shares, zone_int_shares; local
1122 zone_ext_shares = zp->zone_shares;
1123 if (fsszone->fssz_rshares != zone_ext_shares) {
1128 zone_ext_shares;
1131 fsszone->fssz_rshares = zone_ext_shares;
1146 * zone_ext_shares
1158 (zone_ext_shares * 1000) /
1175 if (kpj_shares == 0 || zone_ext_shares
[all...]

Completed in 47 milliseconds