Searched refs:to_ns (Results 1 – 1 of 1) sorted by relevance
67 static s64 to_ns(struct timespec ts) in to_ns() function84 return to_timespec(to_ns(a) - to_ns(b)); in timespec_sub()89 return to_ns(a) < to_ns(b) ? a : b; in timespec_min()94 return to_ns(a) > to_ns(b) ? a : b; in timespec_max()141 thread_ns += to_ns(init_time); in TEST_F()