Lines Matching refs:min_start
394 * bfq_update_min - update the min_start field of a entity.
399 * min_start due to updates to the active tree. The function assumes
401 * child) has a valid min_start value.
409 if (bfq_gt(entity->min_start, child->min_start))
410 entity->min_start = child->min_start;
415 * bfq_update_active_node - recalculate min_start.
419 * this function updates its min_start value. The left and right subtrees
420 * are assumed to hold a correct min_start value.
426 entity->min_start = entity->start;
432 * bfq_update_active_tree - update min_start for the whole active tree.
436 * updates its min_start using the values held by its children, assuming
1324 if (bfq_gt(root_entity->min_start, st->vtime))
1325 return root_entity->min_start;
1365 if (!bfq_gt(entry->min_start, vtime)) {