Home
last modified time | relevance | path

Searched refs:BFQ_WEIGHT_CONVERSION_COEFF (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/block/
Dbfq-wf2q.c514 return (IOPRIO_BE_NR - ioprio) * BFQ_WEIGHT_CONVERSION_COEFF; in bfq_ioprio_to_weight()
528 IOPRIO_BE_NR * BFQ_WEIGHT_CONVERSION_COEFF - weight); in bfq_weight_to_ioprio()
Dbfq-iosched.h18 #define BFQ_WEIGHT_CONVERSION_COEFF 10 macro