Searched refs:BFQ_WEIGHT_CONVERSION_COEFF (Results 1 – 2 of 2) sorted by relevance
507 return (IOPRIO_NR_LEVELS - ioprio) * BFQ_WEIGHT_CONVERSION_COEFF; in bfq_ioprio_to_weight()521 IOPRIO_NR_LEVELS - weight / BFQ_WEIGHT_CONVERSION_COEFF); in bfq_weight_to_ioprio()
19 #define BFQ_WEIGHT_CONVERSION_COEFF 10 macro