Lines Matching defs:weight

30  * than interactive ones. Over-raise the weight of the former to
66 /* scheduler weight sum; active and idle entities contribute to it */
113 * with a given weight.
116 unsigned int weight; /* weight of the queues this counter refers to */
117 unsigned int num_active; /* nr of active queues with this weight */
142 * Unless cgroups are used, the weight value is calculated from the
161 /* B-WF2Q+ start and finish timestamps [sectors/weight] */
176 /* budget, used also to calculate F_i: F_i = S_i + @budget / @weight */
182 /* device weight, if non-zero, it overrides the default weight of
185 /* weight of the queue */
186 int weight;
187 /* next weight if a change is in progress */
190 /* original weight, used to implement weight boosting */
204 /* flag, set to request a weight, ioprio or ioprio_class change */
290 /* pointer to the weight counter associated with this entity */
341 /* current maximum weight-raising time for this queue */
352 * Start time of the current weight-raising period if
353 * the @bfq-queue is being weight-raised, otherwise
354 * finish time of the last weight-raising period.
357 /* factor by which the weight of this queue is multiplied */
371 * last transition to weight-raised state.
445 * Save the weight when a merge occurs, to be able
446 * to restore it in case of split. If the weight is not
448 * then the weight of the recycled queue could differ
449 * from the weight of the original queue.
522 * rbtree of weight counters of @bfq_queues, sorted by
523 * weight. Used to keep track of whether all @bfq_queues have
524 * the same weight. The tree contains one counter for each
525 * distinct weight associated to some active and not
526 * weight-raised @bfq_queue (see the comments to the functions
587 /* number of weight-raised busy @bfq_queues */
706 /* weight of backward seeks wrt forward ones */
767 * Maximum factor by which the weight of a weight-raised queue
772 /* Maximum weight-raising duration for soft real-time processes */
775 * Minimum idle period after which weight-raising may be
781 * weight-raising may be reactivated for an already busy async
790 * for computing the maximum duration of weight raising
961 * @weight: weight of the bfq_group
967 unsigned int weight;