Lines Matching defs:weight
428 entity->weight = entity->new_weight;
514 d->weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ?
550 entity->orig_weight = entity->weight = entity->new_weight = d->weight;
993 val = bfqgd->weight;
1015 seq_printf(sf, "default %u\n", bfqgd->weight);
1021 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight)
1023 weight = dev_weight ?: weight;
1028 * to 1 with new_weight == weight would re-set
1029 * the value of the weight to its ioprio mapping.
1032 if ((unsigned short)weight != bfqg->entity.new_weight) {
1033 bfqg->entity.new_weight = (unsigned short)weight;
1068 bfqgd->weight = (unsigned short)val;
1110 bfq_group_set_weight(bfqg, bfqg->entity.weight, v);
1128 /* "WEIGHT" or "default WEIGHT" sets the default weight */
1293 .name = "bfq.weight",
1419 .name = "bfq.weight",
1436 entity->weight = entity->new_weight;