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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l274 <TSTATE>importance { return IMPORTANCE; }
275 <CSTATE>importance { return IMPORTANCE; }
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c712 * provider. Firstly all resources are updated with the importance of
714 * list of it's own resources. Finally, the pool importance details
746 * 'pool.importance' defines the importance of a pool;
747 * resources inherit the importance of the pool that
749 * associated with a resource, the importance of the
750 * resource is the maximum importance of all
906 * Allocate cpus to pset resource sets, favoring sets with higher importance.
908 * Step 1: Sort resource sets by decreasing importance, and load each sets
917 * (up to their max) in order of decreasing importance
1156 int64_t importance; local
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c957 uint64_t size, uint64_t min, uint64_t max, int64_t importance)
977 pset->zsp_importance = importance;
1669 uint64_t *min, uint64_t *max, int64_t *importance)
1737 *importance = 1;
1773 /* Get size, min, max, and importance */
1781 /* Get size, min, max, and importance */
1802 pset), "pset.importance", vals[0]) == POC_INT &&
1804 *importance = int64;
1806 *importance = (uint64_t)1;
1879 int64_t sys_id, importance; local
956 zsd_mark_pset_found(zsd_pset_t *pset, uint_t type, uint64_t online, uint64_t size, uint64_t min, uint64_t max, int64_t importance) argument
1667 zsd_get_pool_pset(zsd_ctl_t *ctl, psetid_t psetid, char *psetname, size_t namelen, uint_t *cputype, uint64_t *online, uint64_t *size, uint64_t *min, uint64_t *max, int64_t *importance) argument
[all...]

Completed in 80 milliseconds