Home
last modified time | relevance | path

Searched defs:nsec (Results 1 – 9 of 9) sorted by relevance

/kernel/time/
Dvsyscall.c22 u64 nsec, sec; in update_vdso_data() local
77 u64 nsec; in update_vsyscall() local
Dtimecounter.c54 u64 nsec; in timecounter_read() local
83 u64 nsec = tc->nsec, frac = tc->frac; in timecounter_cyc2time() local
Dtime.c452 struct __kernel_old_timeval ns_to_kernel_old_timeval(s64 nsec) in ns_to_kernel_old_timeval()
478 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
506 struct timespec64 ns_to_timespec64(s64 nsec) in ns_to_timespec64()
591 long nsec = value->tv_nsec + TICK_NSEC - 1; in timespec64_to_jiffies() local
Dtimekeeping.c376 u64 nsec; in timekeeping_delta_to_ns() local
729 u32 nsec; in tk_update_ktime_data() local
974 u64 nsec; in ktime_get_ts64() local
1792 u64 cycle_now, nsec; in timekeeping_resume() local
Dntp.c856 long nsec; /* nanoseconds */ member
Dclocksource.c826 u64 now, delta, nsec = 0; in clocksource_stop_suspend_timing() local
/kernel/sched/
Ddebug.c25 static long long nsec_high(unsigned long long nsec) in nsec_high()
37 static unsigned long nsec_low(unsigned long long nsec) in nsec_low()
/kernel/trace/
Dtrace.c284 unsigned long long ns2usecs(u64 nsec) in ns2usecs()
8042 u32 nsec; in tracing_err_log_seq_show() local
/kernel/events/
Dcore.c3988 static u64 perf_calculate_period(struct perf_event *event, u64 nsec, u64 count) in perf_calculate_period()
4064 static void perf_adjust_period(struct perf_event *event, u64 nsec, u64 count, bool disable) in perf_adjust_period()