Home
last modified time | relevance | path

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

/kernel/time/
Dtime.c460 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
488 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec()
513 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval()
540 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
568 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64()
646 __timespec64_to_jiffies(u64 sec, long nsec) in __timespec64_to_jiffies()
661 __timespec_to_jiffies(unsigned long sec, long nsec) in __timespec_to_jiffies()
Dtimecounter.c67 u64 nsec; in timecounter_read() local
96 u64 nsec = tc->nsec, frac = tc->frac; in timecounter_cyc2time() local
Dtimekeeping.c331 u64 nsec; in timekeeping_delta_to_ns() local
618 u32 nsec; in tk_update_ktime_data() local
868 u64 nsec; in ktime_get_ts64() local
1664 u64 nsec, cyc_delta; in timekeeping_resume() local
Dntp.c802 long nsec; /* nanoseconds */ member
/kernel/sched/
Ddebug.c41 static long long nsec_high(unsigned long long nsec) in nsec_high()
53 static unsigned long nsec_low(unsigned long long nsec) in nsec_low()
/kernel/events/
Dcore.c3333 static u64 perf_calculate_period(struct perf_event *event, u64 nsec, u64 count) in perf_calculate_period()
3409 static void perf_adjust_period(struct perf_event *event, u64 nsec, u64 count, bool disable) in perf_adjust_period()
/kernel/trace/
Dtrace.c239 unsigned long long ns2usecs(u64 nsec) in ns2usecs()