Home
last modified time | relevance | path

Searched refs:timespec_to_ns (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/um/os-Linux/
Dtime.c27 static inline long long timespec_to_ns(const struct timespec *ts) in timespec_to_ns() function
37 return timespec_to_ns(&realtime_tp); in os_persistent_clock_emulation()
99 return timespec_to_ns(&ts); in os_nsecs()
/Linux-v5.4/tools/perf/jvmti/
Djvmti_agent.c108 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() function
126 return timespec_to_ns(&ts); in perf_get_timestamp()
/Linux-v5.4/include/linux/
Dtime32.h150 static inline s64 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() function