Lines Matching refs:ktime_get_ns
104 .ttime = {.last_end_request = ktime_get_ns(),},}
499 now = ktime_get_ns(); in CFQG_FLAG_FNS()
516 stats->start_group_wait_time = ktime_get_ns(); in cfqg_stats_set_start_group_wait_time()
528 now = ktime_get_ns(); in cfqg_stats_end_empty_time()
555 stats->start_empty_time = ktime_get_ns(); in cfqg_stats_set_start_empty_time()
564 u64 now = ktime_get_ns(); in cfqg_stats_update_idle_time()
579 stats->start_idle_time = ktime_get_ns(); in cfqg_stats_set_start_idle_time()
709 u64 now = ktime_get_ns(); in cfqg_stats_update_completion()
1059 u64 now = ktime_get_ns(); in cfq_set_prio_slice()
1076 if (ktime_get_ns() < cfqq->slice_end) in cfq_slice_used()
1432 u64 now = ktime_get_ns(); in cfq_cfqq_slice_usage()
1469 u64 now = ktime_get_ns(); in cfq_group_served()
1524 cfqg->ttime.last_end_request = ktime_get_ns(); in cfq_init_cfqg_base()
2211 u64 now = ktime_get_ns(); in cfq_service_tree_add()
2625 cfqq->dispatch_start = ktime_get_ns(); in __cfq_set_active_queue()
2674 cfqq->slice_resid = cfqq->slice_end - ktime_get_ns(); in __cfq_slice_expired()
2912 u64 now = ktime_get_ns(); in cfq_arm_slice_timer()
3021 if (ktime_get_ns() < rq->fifo_time) in cfq_check_fifo()
3123 u64 now = ktime_get_ns(); in choose_wl_class_and_type()
3214 u64 now = ktime_get_ns(); in cfq_choose_cfqg()
3236 u64 now = ktime_get_ns(); in cfq_select_queue()
3386 u64 now = ktime_get_ns(); in cfq_slice_used_soon()
3469 u64 last_sync = ktime_get_ns() - cfqd->last_delayed_sync; in cfq_may_dispatch()
3560 cfqq->slice_end = ktime_get_ns() + 1; in cfq_dispatch_requests()
3638 cic->ttime.last_end_request = ktime_get_ns(); in cfq_init_icq()
3868 u64 elapsed = ktime_get_ns() - ttime->last_end_request; in __cfq_update_io_thinktime()
4133 rq->fifo_time = ktime_get_ns() + cfqd->cfq_fifo_expire[rq_is_sync(rq)]; in cfq_insert_request()
4181 u64 now = ktime_get_ns(); in cfq_should_wait_busy()
4221 u64 now = ktime_get_ns(); in cfq_completed_request()
4658 cfqd->last_delayed_sync = ktime_get_ns() - NSEC_PER_SEC; in cfq_init_queue()