Home
last modified time | relevance | path

Searched refs:bfq_delta (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c274 * bfq_delta - map service into the virtual time domain.
278 static u64 bfq_delta(unsigned long service, unsigned long weight) in bfq_delta() function
293 bfq_delta(service, entity->weight); in bfq_calc_finish()
302 bfq_delta(service, entity->weight)); in bfq_calc_finish()
841 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c282 * bfq_delta - map service into the virtual time domain.
286 static u64 bfq_delta(unsigned long service, unsigned long weight) in bfq_delta() function
301 bfq_delta(service, entity->weight); in bfq_calc_finish()
310 bfq_delta(service, entity->weight)); in bfq_calc_finish()
804 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()

Completed in 5 milliseconds