Searched refs:cycle_end (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/bench/
H A Dmem-functions.c240 u64 cycle_start = 0ULL, cycle_end = 0ULL; local
249 cycle_end = get_cycles();
251 return cycle_end - cycle_start;
306 u64 cycle_start = 0ULL, cycle_end = 0ULL; local
319 cycle_end = get_cycles();
321 return cycle_end - cycle_start;
/linux-master/net/sched/
H A Dsch_taprio.c236 ktime_t intv_end, cycle_ext_end, cycle_end; local
238 cycle_end = ktime_add_ns(intv_start, sched->cycle_time - cycle_elapsed);
240 cycle_ext_end = ktime_add(cycle_end, sched->cycle_time_extension);
242 if (ktime_before(intv_end, cycle_end))
245 ktime_after(admin->base_time, cycle_end) &&
249 return cycle_end;
327 ktime_t curr_intv_start, curr_intv_end, cycle_end, packet_transmit_time; local
348 cycle_end = ktime_add_ns(curr_intv_end, cycle);
355 if (ktime_after(curr_intv_start, cycle_end))

Completed in 112 milliseconds