current_time_ns
start_time = current_time_ns(CLOCK_MONOTONIC);
end_time = current_time_ns(CLOCK_MONOTONIC);
ktime_t now = current_time_ns(CLOCK_REALTIME);
isl->save_data.timestamp = ktime_to_ms(current_time_ns(CLOCK_REALTIME));
stats->current_time = ktime_to_seconds(current_time_ns(CLOCK_REALTIME));
return current_time_ns(CLOCK_REALTIME) / NSEC_PER_USEC;
current_time_ns,
ktime_t current_time_ns, basetime;
current_time_ns = timespec64_to_ktime(current_time);
current_time_ns = timespec64_to_ktime(current_time);
time = stmmac_calc_tas_basetime(qopt->base_time, current_time_ns,
ktime_t current_time_ns;