Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c5874 u64 tot_time_ns = ktime_get_ns() - bfqd->last_empty_occupied_ns; in bfq_update_inject_limit() local
5880 if (tot_time_ns >= threshold && old_limit > 0) { in bfq_update_inject_limit()
5883 } else if (tot_time_ns < threshold && in bfq_update_inject_limit()
5901 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
5909 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
5920 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c6588 u64 tot_time_ns = ktime_get_ns() - bfqd->last_empty_occupied_ns; in bfq_update_inject_limit() local
6594 if (tot_time_ns >= threshold && old_limit > 0) { in bfq_update_inject_limit()
6597 } else if (tot_time_ns < threshold && in bfq_update_inject_limit()
6615 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
6623 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
6634 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()

Completed in 18 milliseconds