Lines Matching defs:importance
712 * 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. A set may be
952 /* Order resources by importance, most important being first */
1106 * importance, higher importance being first.
1156 int64_t importance;
1160 if (pool_get_property(conf, TO_ELEM(pool), "pool.importance", &val) !=
1165 (void) pool_value_get_int64(&val, &importance);
1177 if (old_importance <= importance) {
1178 (void) pool_value_set_int64(&val, importance);