Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dso_txtime.c46 static uint64_t gettime_ns(void) in gettime_ns() function
105 tstop = (gettime_ns() - glob_tstart) / 1000; in do_recv_one()
192 glob_tstart = gettime_ns(); in do_test()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c42 gettime_ns(void) in gettime_ns() function
61 return gettime_ns() + SHORT_TIME_NSEC; in short_timeout()
360 gettime_ns() + SHORT_TIME_NSEC * 2, in test_wait_delayed_signal()
445 gettime_ns() + SHORT_TIME_NSEC * 2, in test_reset_during_wait_for_submit()
638 wait.wait.timeout_nsec = gettime_ns() + NSECS_PER_SEC; in test_wait_complex()
/external/mesa3d/src/gallium/drivers/iris/
Diris_fence.c338 gettime_ns(void) in gettime_ns() function
351 uint64_t current_time = gettime_ns(); in rel2abs()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c61 gettime_ns() in gettime_ns() function
71 uint64_t current_time = gettime_ns(); in get_absolute_timeout()
1280 } while (ret == -ETIME && gettime_ns() < abs_timeout); in v3dv_WaitForFences()
/external/mesa3d/src/freedreno/vulkan/
Dtu_drm.c810 gettime_ns(void) in gettime_ns() function
823 uint64_t current_time = gettime_ns(); in absolute_timeout()