Lines Matching refs:start
117 !bfq_gt(new_entity->start, st->vtime)
300 entity->finish = entity->start +
308 "calc_finish: start %llu, finish %llu, delta %llu",
309 entity->start, entity->finish,
434 entity->min_start = entity->start;
476 * per each node, containing the minimum value for the start times of
771 entity->start = new_st->vtime;
908 entity->start += delta;
947 entity->start = bfq_gt(min_vstart, entity->finish) ?
955 entity->start = min_vstart;
1006 * In particular, before requeueing, the start time of
1011 * new value of the start time, and to the budget of
1015 entity->start = entity->finish;
1021 * changed now, because we have just updated the start
1292 * a subtree with at least one eligible (start <= vtime) entity. The path on
1305 if (!bfq_gt(entry->start, vtime))