Lines Matching defs:weight
421 entity->weight = entity->new_weight;
501 bgd->weight = CGROUP_WEIGHT_DFL;
537 entity->orig_weight = entity->weight = entity->new_weight = d->weight;
1011 val = bfqgd->weight;
1033 seq_printf(sf, "default %u\n", bfqgd->weight);
1039 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight)
1041 weight = dev_weight ?: weight;
1046 * to 1 with new_weight == weight would re-set
1047 * the value of the weight to its ioprio mapping.
1050 if ((unsigned short)weight != bfqg->entity.new_weight) {
1051 bfqg->entity.new_weight = (unsigned short)weight;
1086 bfqgd->weight = (unsigned short)val;
1130 bfq_group_set_weight(bfqg, bfqg->entity.weight, v);
1148 /* "WEIGHT" or "default WEIGHT" sets the default weight */
1311 .name = "bfq.weight",
1437 .name = "bfq.weight",
1454 entity->weight = entity->new_weight;