Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.c6585 u64 tot_time_ns = blk_time_get_ns() - bfqd->last_empty_occupied_ns; in bfq_update_inject_limit() local
6591 if (tot_time_ns >= threshold && old_limit > 0) { in bfq_update_inject_limit()
6594 } else if (tot_time_ns < threshold && in bfq_update_inject_limit()
6612 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
6620 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
6631 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()