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

/linux-master/block/
H A Dbfq-wf2q.c716 if (entity->new_weight < BFQ_MIN_WEIGHT ||
720 if (entity->new_weight < BFQ_MIN_WEIGHT)
721 entity->new_weight = BFQ_MIN_WEIGHT;
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)
1129 if (!v || (v >= BFQ_MIN_WEIGHT && v <= BFQ_MAX_WEIGHT)) {

Completed in 125 milliseconds