Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/timers/
Dnsleep-lat.c90 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
120 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test()
121 printf("Large rel latency: %lld ns :", (timespec_sub(start, end)/count)-ns); in nanosleep_lat_test()
131 latency += timespec_sub(target, end); in nanosleep_lat_test()
Dmqueue-lat.c40 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
94 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
Dalarmtimer-suspend.c87 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
105 delta_ns = timespec_sub(start_time, ts); in sigalarm()
Dset-timer-lat.c88 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
105 delta_ns = timespec_sub(start_time, ts); in sigalarm()
/external/mesa3d/src/util/
Dtimespec.h69 timespec_sub(struct timespec *r, in timespec_sub() function
138 timespec_sub(&r, a, b); in timespec_sub_to_nsec()
/external/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp43 TEST(timespec_test, timespec_sub) in TEST() argument
51 timespec_sub(&r, &a, &b); in TEST()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c823 timespec_sub(&rel_timeout, &end_time, &current_time); in wsi_wl_swapchain_acquire_next_image()