Lines Matching refs:min_start
402 * bfq_update_min - update the min_start field of a entity.
407 * min_start due to updates to the active tree. The function assumes
409 * child) has a valid min_start value.
417 if (bfq_gt(entity->min_start, child->min_start))
418 entity->min_start = child->min_start;
423 * bfq_update_active_node - recalculate min_start.
427 * this function updates its min_start value. The left and right subtrees
428 * are assumed to hold a correct min_start value.
434 entity->min_start = entity->start;
440 * bfq_update_active_tree - update min_start for the whole active tree.
444 * updates its min_start using the values held by its children, assuming
1270 if (bfq_gt(root_entity->min_start, st->vtime))
1271 return root_entity->min_start;
1311 if (!bfq_gt(entry->min_start, vtime)) {