Home
last modified time | relevance | path

Searched refs:vtime (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/block/
Dbfq-wf2q.c120 !bfq_gt(new_entity->start, st->vtime) in bfq_update_next_in_service()
685 !bfq_gt(last_idle->finish, st->vtime)) { in bfq_forget_idle()
690 st->vtime = last_idle->finish; in bfq_forget_idle()
693 if (first_idle && !bfq_gt(first_idle->finish, st->vtime)) in bfq_forget_idle()
812 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
845 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()
943 if (backshifted && bfq_gt(st->vtime, entity->finish)) { in bfq_update_fin_time_enqueue()
944 unsigned long delta = st->vtime - entity->finish; in bfq_update_fin_time_enqueue()
976 if (non_blocking_wait_rq && bfq_gt(st->vtime, entity->finish)) { in __bfq_activate_entity()
980 min_vstart = st->vtime; in __bfq_activate_entity()
[all …]
Dbfq-iosched.h64 u64 vtime; member
/linux-4.19.296/include/linux/
Dsched.h273 struct vtime { struct
808 struct vtime vtime; member