Home
last modified time | relevance | path

Searched refs:BFQ_MIN_WEIGHT (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/block/
Dbfq-wf2q.c731 if (entity->new_weight < BFQ_MIN_WEIGHT || in __bfq_entity_update_weight_prio()
735 if (entity->new_weight < BFQ_MIN_WEIGHT) in __bfq_entity_update_weight_prio()
736 entity->new_weight = BFQ_MIN_WEIGHT; in __bfq_entity_update_weight_prio()
Dbfq-iosched.h17 #define BFQ_MIN_WEIGHT 1 macro
Dbfq-cgroup.c1076 if (val < BFQ_MIN_WEIGHT || val > BFQ_MAX_WEIGHT) in bfq_io_set_weight_legacy()
1122 if (!v || (v >= BFQ_MIN_WEIGHT && v <= BFQ_MAX_WEIGHT)) { in bfq_io_set_device_weight()