Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vfio/
H A Dvfio_pci_device_init_perf_test.c67 static s64 to_ns(struct timespec ts) in to_ns() function
84 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()