Lines Matching full:weight

31  * than interactive ones. Over-raise the weight of the former to
59 /* scheduler weight sum; active and idle entities contribute to it */
106 * with a given weight.
109 unsigned int weight; /* weight of the queues this counter refers to */ member
110 unsigned int num_active; /* nr of active queues with this weight */
135 * Unless cgroups are used, the weight value is calculated from the
154 /* B-WF2Q+ start and finish timestamps [sectors/weight] */
169 /* budget, used also to calculate F_i: F_i = S_i + @budget / @weight */
175 /* device weight, if non-zero, it overrides the default weight of
178 /* weight of the queue */
179 int weight; member
180 /* next weight if a change is in progress */
183 /* original weight, used to implement weight boosting */
197 /* flag, set to request a weight, ioprio or ioprio_class change */
279 /* pointer to the weight counter associated with this entity */
330 /* current maximum weight-raising time for this queue */
341 * Start time of the current weight-raising period if
342 * the @bfq-queue is being weight-raised, otherwise
343 * finish time of the last weight-raising period.
346 /* factor by which the weight of this queue is multiplied */
360 * last transition to weight-raised state.
440 * Save the weight when a merge occurs, to be able
441 * to restore it in case of split. If the weight is not
443 * then the weight of the recycled queue could differ
444 * from the weight of the original queue.
485 * rbtree of weight counters of @bfq_queues, sorted by
486 * weight. Used to keep track of whether all @bfq_queues have
487 * the same weight. The tree contains one counter for each
488 * distinct weight associated to some active and not
489 * weight-raised @bfq_queue (see the comments to the functions
548 /* number of weight-raised busy @bfq_queues */
657 /* weight of backward seeks wrt forward ones */
718 * Maximum factor by which the weight of a weight-raised queue
722 /* maximum duration of a weight-raising period (jiffies) */
725 /* Maximum weight-raising duration for soft real-time processes */
728 * Minimum idle period after which weight-raising may be
734 * weight-raising may be reactivated for an already busy async
743 * for computing the maximum duration of weight raising
878 * @weight: weight of the bfq_group
884 unsigned int weight; member