Searched refs:timespec_to_ns (Results 1 – 6 of 6) sorted by relevance
24 static inline long long timespec_to_ns(const struct timespec *ts) in timespec_to_ns() function34 return timespec_to_ns(&realtime_tp); in os_persistent_clock_emulation()108 return timespec_to_ns(&ts); in os_nsecs()
86 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns() function104 int64_t ns1 = timespec_to_ns(ts1); in timespec_add()105 int64_t ns2 = timespec_to_ns(ts2); in timespec_add()111 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub()112 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub()126 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
108 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() function126 return timespec_to_ns(&ts); in perf_get_timestamp()
102 int64_t timespec_to_ns(struct timespec ts);
125 timespec_to_ns(ts_diff)); in handle_uffd_page_request()
1081 result.slottimens = timespec_to_ns(result.slot_runtime); in test_loop() 1082 result.runtimens = timespec_to_ns(result.iter_runtime); in test_loop()