Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-iosched.c1151 bfqq->last_serv_time_ns = bfqq_data->saved_last_serv_time_ns; in bfq_bfqq_resume_state()
1989 bfqq->last_serv_time_ns = 0; in bfq_reset_inject_limit()
2261 (bfqq->last_serv_time_ns > 0 && in bfq_add_request()
4683 if (limit == 0 && in_serv_bfqq->last_serv_time_ns == 0 && in bfq_choose_bfqq_for_injection()
6067 if (state_changed && bfqq->last_serv_time_ns == 0 && in bfq_update_has_short_ttime()
6591 if (bfqq->last_serv_time_ns > 0 && bfqd->rqs_injected) { in bfq_update_inject_limit()
6592 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1; in bfq_update_inject_limit()
6615 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
6616 if (bfqq->last_serv_time_ns == 0) { in bfq_update_inject_limit()
6623 bfqq->last_serv_time_ns = tot_time_ns; in bfq_update_inject_limit()
[all …]
H A Dbfq-iosched.h260 u64 last_serv_time_ns; member