Home
last modified time | relevance | path

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

/kernel/time/
Dtime.c368 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
396 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec()
421 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval()
448 void set_normalized_timespec64(struct timespec64 *ts, time64_t sec, s64 nsec) in set_normalized_timespec64()
476 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64()
554 __timespec64_to_jiffies(u64 sec, long nsec) in __timespec64_to_jiffies()
569 __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.c328 u64 nsec; in timekeeping_delta_to_ns() local
615 u32 nsec; in tk_update_ktime_data() local
864 s64 nsec; in ktime_get_ts64() local
1702 s64 nsec = 0; in timekeeping_resume() local
Dntp.c799 long nsec; /* nanoseconds */ member
/kernel/sched/
Ddebug.c40 static long long nsec_high(unsigned long long nsec) in nsec_high()
52 static unsigned long nsec_low(unsigned long long nsec) in nsec_low()
/kernel/events/
Dcore.c3190 static u64 perf_calculate_period(struct perf_event *event, u64 nsec, u64 count) in perf_calculate_period()
3266 static void perf_adjust_period(struct perf_event *event, u64 nsec, u64 count, bool disable) in perf_adjust_period()
/kernel/trace/
Dtrace.c237 unsigned long long ns2usecs(cycle_t nsec) in ns2usecs()