Searched refs:time_end (Results 1 – 3 of 3) sorted by relevance
148 ktime_t time_start, time_end; in enter_s2idle_proper() local176 time_end = ns_to_ktime(local_clock_noinstr()); in enter_s2idle_proper()178 dev->states_usage[index].s2idle_time += ktime_us_delta(time_end, time_start); in enter_s2idle_proper()223 ktime_t time_start, time_end; in cpuidle_enter_state() local280 time_end = ns_to_ktime(local_clock_noinstr()); in cpuidle_enter_state()301 diff = ktime_sub(time_end, time_start); in cpuidle_enter_state()
703 ktime_t time_end = 0; in xe_drm_pagemap_populate_mm() local718 if (xe_vm_validate_should_retry(NULL, err, &time_end)) in xe_drm_pagemap_populate_mm()
15320 const unsigned long time_end = jiffies + 10 * HZ; in i40e_pf_loop_reset() local15325 while (ret != 0 && time_before(jiffies, time_end)) { in i40e_pf_loop_reset()
Completed in 29 milliseconds