Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c749 if (entity->new_weight < BFQ_MIN_WEIGHT || in __bfq_entity_update_weight_prio()
753 if (entity->new_weight < BFQ_MIN_WEIGHT) in __bfq_entity_update_weight_prio()
754 entity->new_weight = BFQ_MIN_WEIGHT; in __bfq_entity_update_weight_prio()
H A Dbfq-iosched.h18 #define BFQ_MIN_WEIGHT 1 macro
H A Dbfq-cgroup.c1063 if (val < BFQ_MIN_WEIGHT || val > BFQ_MAX_WEIGHT) in bfq_io_set_weight_legacy()
1109 if (!v || (v >= BFQ_MIN_WEIGHT && v <= BFQ_MAX_WEIGHT)) { in bfq_io_set_device_weight()
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c716 if (entity->new_weight < BFQ_MIN_WEIGHT || in __bfq_entity_update_weight_prio()
720 if (entity->new_weight < BFQ_MIN_WEIGHT) in __bfq_entity_update_weight_prio()
721 entity->new_weight = BFQ_MIN_WEIGHT; in __bfq_entity_update_weight_prio()
H A Dbfq-iosched.h17 #define BFQ_MIN_WEIGHT 1 macro
H A Dbfq-cgroup.c1081 if (val < BFQ_MIN_WEIGHT || val > BFQ_MAX_WEIGHT) in bfq_io_set_weight_legacy()
1129 if (!v || (v >= BFQ_MIN_WEIGHT && v <= BFQ_MAX_WEIGHT)) { in bfq_io_set_device_weight()

Completed in 12 milliseconds