Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-iosched.c6366 u64 tot_time_ns = ktime_get_ns() - bfqd->last_empty_occupied_ns; in bfq_update_inject_limit() local
6372 if (tot_time_ns >= threshold && old_limit > 0) { in bfq_update_inject_limit()
6375 } else if (tot_time_ns < threshold && in bfq_update_inject_limit()
6393 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
6401 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
6412 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()