Home
last modified time | relevance | path

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

/block/
Dblk-iocost.c563 u64 now_ns; member
816 u64 now_ns; in ioc_autop_idx() local
836 now_ns = ktime_get_ns(); in ioc_autop_idx()
840 ioc->autop_too_fast_at = now_ns; in ioc_autop_idx()
841 if (now_ns - ioc->autop_too_fast_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
849 ioc->autop_too_slow_at = now_ns; in ioc_autop_idx()
850 if (now_ns - ioc->autop_too_slow_at >= AUTOP_CYCLE_NSEC) in ioc_autop_idx()
990 now->now_ns = ktime_get(); in ioc_now()
991 now->now = ktime_to_us(now->now_ns); in ioc_now()
1500 expires = now->now_ns + in iocg_kick_waitq()
Dbfq-iosched.c3212 u64 now_ns = ktime_get_ns(); in bfq_update_peak_rate() local
3233 if (now_ns - bfqd->last_dispatch > 100*NSEC_PER_MSEC && in bfq_update_peak_rate()
3241 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
3254 bfqd->delta_from_first = now_ns - bfqd->first_dispatch; in bfq_update_peak_rate()
3266 bfqd->last_dispatch = now_ns; in bfq_update_peak_rate()
5630 u64 now_ns; in bfq_completed_request() local
5650 now_ns = ktime_get_ns(); in bfq_completed_request()
5652 bfqq->ttime.last_end_request = now_ns; in bfq_completed_request()
5658 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
5680 bfqd->last_completion = now_ns; in bfq_completed_request()
Dmq-deadline-main.c496 const u64 now_ns = ktime_get_ns(); in dd_dispatch_request() local
506 rq = __dd_dispatch_request(dd, &dd->per_prio[prio], now_ns - in dd_dispatch_request()
516 rq = __dd_dispatch_request(dd, &dd->per_prio[prio], now_ns); in dd_dispatch_request()