Home
last modified time | relevance | path

Searched refs:time_end (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c36 static struct timespec time_start, time_end; variable
177 timediff = max_frequency * timespec_diff_us(time_start, time_end); in mperf_get_count_percent()
210 time_diff = timespec_diff_us(time_start, time_end); in mperf_get_count_freq()
248 clock_gettime(CLOCK_REALTIME, &time_end); in mperf_stop()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle.c144 ktime_t time_start, time_end; in enter_s2idle_proper() local
172 time_end = ns_to_ktime(local_clock_noinstr()); in enter_s2idle_proper()
174 dev->states_usage[index].s2idle_time += ktime_us_delta(time_end, time_start); in enter_s2idle_proper()
219 ktime_t time_start, time_end; in cpuidle_enter_state() local
279 time_end = ns_to_ktime(local_clock_noinstr()); in cpuidle_enter_state()
300 diff = ktime_sub(time_end, time_start); in cpuidle_enter_state()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c117 __u64 time_start, __u64 time_end) in do_update_time() argument
120 __s64 delta = time_end - time_start; in do_update_time()
138 data->max_time_end = time_end; in do_update_time()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh870 time_end=$(date +%s)
871 time_run=$((time_end-time_start))
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c15513 const unsigned long time_end = jiffies + 10 * HZ; in i40e_pf_loop_reset() local
15518 while (ret != 0 && time_before(jiffies, time_end)) { in i40e_pf_loop_reset()