Searched refs:timespec_add (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | nanosleep.c | 91 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 108 target = timespec_add(now, ns); in nanosleep_test() 121 rel = timespec_add(rel, ns); in nanosleep_test() 122 target = timespec_add(now, ns); in nanosleep_test()
|
D | mqueue-lat.c | 48 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
|
D | nsleep-lat.c | 79 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 128 target = timespec_add(start, ns); in nanosleep_lat_test()
|
D | leap-a-day.c | 71 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 165 target = timespec_add(now, NSEC_PER_SEC/2); in test_hrtimer_failure()
|
/external/mesa3d/src/util/tests/timespec/ |
D | timespec_test.cpp | 30 TEST(timespec_test, timespec_add) in TEST() argument 38 timespec_add(&r, &a, &b); in TEST()
|
/external/mesa3d/src/util/ |
D | timespec.h | 50 timespec_add(struct timespec *r, in timespec_add() function
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 782 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_wl_swapchain_acquire_next_image()
|