Searched refs:now_ns (Results 1 – 1 of 1) sorted by relevance
2749 u64 now_ns = ktime_get_ns(); in bfq_update_peak_rate() local2770 if (now_ns - bfqd->last_dispatch > 100*NSEC_PER_MSEC && in bfq_update_peak_rate()2778 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()2791 bfqd->delta_from_first = now_ns - bfqd->first_dispatch; in bfq_update_peak_rate()2803 bfqd->last_dispatch = now_ns; in bfq_update_peak_rate()4817 u64 now_ns; in bfq_completed_request() local4837 now_ns = ktime_get_ns(); in bfq_completed_request()4839 bfqq->ttime.last_end_request = now_ns; in bfq_completed_request()4845 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()4867 bfqd->last_completion = now_ns; in bfq_completed_request()