Searched refs:time_end (Results 1 – 2 of 2) sorted by relevance
143 ktime_t time_start, time_end; in enter_s2idle_proper() local165 time_end = ns_to_ktime(local_clock()); in enter_s2idle_proper()167 dev->states_usage[index].s2idle_time += ktime_us_delta(time_end, time_start); in enter_s2idle_proper()210 ktime_t time_start, time_end; in cpuidle_enter_state() local257 time_end = ns_to_ktime(local_clock()); in cpuidle_enter_state()283 diff = ktime_sub(time_end, time_start); in cpuidle_enter_state()
15428 const unsigned long time_end = jiffies + 10 * HZ; in i40e_pf_loop_reset() local15433 while (ret != I40E_SUCCESS && time_before(jiffies, time_end)) { in i40e_pf_loop_reset()