Lines Matching defs:vtime
117 !bfq_gt(new_entity->start, st->vtime)
679 !bfq_gt(last_idle->finish, st->vtime)) {
681 * Forget the whole idle tree, increasing the vtime past
684 st->vtime = last_idle->finish;
687 if (first_idle && !bfq_gt(first_idle->finish, st->vtime))
779 * when entity->finish <= old_st->vtime).
808 entity->start = new_st->vtime;
841 st->vtime += bfq_delta(served, st->wsum);
939 if (backshifted && bfq_gt(st->vtime, entity->finish)) {
940 unsigned long delta = st->vtime - entity->finish;
972 if (non_blocking_wait_rq && bfq_gt(st->vtime, entity->finish)) {
976 min_vstart = st->vtime;
1200 if (!ins_into_idle_tree || !bfq_gt(entity->finish, st->vtime))
1314 * bfq_calc_vtime_jump - compute the value to which the vtime should jump,
1324 if (bfq_gt(root_entity->min_start, st->vtime))
1327 return st->vtime;
1332 if (new_value > st->vtime) {
1333 st->vtime = new_value;
1342 * @vtime: the system virtual to use as a reference for eligibility
1346 * a subtree with at least one eligible (start <= vtime) entity. The path on
1351 u64 vtime)
1359 if (!bfq_gt(entry->start, vtime))
1365 if (!bfq_gt(entry->min_start, vtime)) {