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

/linux-master/block/
H A Dbfq-iosched.c1151 bfqq->last_serv_time_ns = bfqq_data->saved_last_serv_time_ns;
1989 bfqq->last_serv_time_ns = 0;
2261 (bfqq->last_serv_time_ns > 0 &&
3050 bfqq_data->saved_last_serv_time_ns = bfqq->last_serv_time_ns;
4683 if (limit == 0 && in_serv_bfqq->last_serv_time_ns == 0 &&
6067 if (state_changed && bfqq->last_serv_time_ns == 0 &&
6591 if (bfqq->last_serv_time_ns > 0 && bfqd->rqs_injected) {
6592 u64 threshold = (bfqq->last_serv_time_ns * 3)>>1;
6614 if ((bfqq->last_serv_time_ns == 0 && bfqd->tot_rq_in_driver == 1) ||
6615 tot_time_ns < bfqq->last_serv_time_ns) {
[all...]
H A Dbfq-iosched.h260 u64 last_serv_time_ns; member in struct:bfq_queue

Completed in 130 milliseconds