Lines Matching full:weight
32 * than interactive ones. Over-raise the weight of the former to
60 /* scheduler weight sum; active and idle entities contribute to it */
107 * with a given weight.
110 unsigned int weight; /* weight of the queues this counter refers to */ member
111 unsigned int num_active; /* nr of active queues with this weight */
136 * Unless cgroups are used, the weight value is calculated from the
155 /* B-WF2Q+ start and finish timestamps [sectors/weight] */
170 /* budget, used also to calculate F_i: F_i = S_i + @budget / @weight */
173 /* device weight, if non-zero, it overrides the default weight of
176 /* weight of the queue */
177 int weight; member
178 /* next weight if a change is in progress */
181 /* original weight, used to implement weight boosting */
195 /* flag, set to request a weight, ioprio or ioprio_class change */
274 /* pointer to the weight counter associated with this entity */
320 /* current maximum weight-raising time for this queue */
331 * Start time of the current weight-raising period if
332 * the @bfq-queue is being weight-raised, otherwise
333 * finish time of the last weight-raising period.
336 /* factor by which the weight of this queue is multiplied */
350 * last transition to weight-raised state.
422 * Save the weight when a merge occurs, to be able
423 * to restore it in case of split. If the weight is not
425 * then the weight of the recycled queue could differ
426 * from the weight of the original queue.
455 * rbtree of weight counters of @bfq_queues, sorted by
456 * weight. Used to keep track of whether all @bfq_queues have
457 * the same weight. The tree contains one counter for each
458 * distinct weight associated to some active and not
459 * weight-raised @bfq_queue (see the comments to the functions
518 /* number of weight-raised busy @bfq_queues */
624 /* weight of backward seeks wrt forward ones */
693 * Maximum factor by which the weight of a weight-raised queue
697 /* maximum duration of a weight-raising period (jiffies) */
700 /* Maximum weight-raising duration for soft real-time processes */
703 * Minimum idle period after which weight-raising may be
709 * weight-raising may be reactivated for an already busy async
718 * for computing the maximum duration of weight raising
854 * @weight: weight of the bfq_group
860 unsigned int weight; member