Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.c1162 bfqq->last_serv_time_ns = bfqq_data->saved_last_serv_time_ns; in bfq_bfqq_resume_state()
2000 bfqq->last_serv_time_ns = 0; in bfq_reset_inject_limit()
2272 (bfqq->last_serv_time_ns > 0 && in bfq_add_request()
3065 bfqq_data->saved_last_serv_time_ns = bfqq->last_serv_time_ns; in bfq_bfqq_save_state()
4696 if (limit == 0 && in_serv_bfqq->last_serv_time_ns == 0 && in bfq_choose_bfqq_for_injection()
6080 if (state_changed && bfqq->last_serv_time_ns == 0 && in bfq_update_has_short_ttime()
6605 if (bfqq->last_serv_time_ns > 0 && bfqd->rqs_injected) { in bfq_update_inject_limit()
6606 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1; in bfq_update_inject_limit()
6628 if ((bfqq->last_serv_time_ns == 0 && bfqd->tot_rq_in_driver == 1) || in bfq_update_inject_limit()
6629 tot_time_ns < bfqq->last_serv_time_ns) { in bfq_update_inject_limit()
[all …]
H A Dbfq-iosched.h260 u64 last_serv_time_ns; member