Searched refs:ts_end (Results 1 – 1 of 1) sorted by relevance
124 struct timespec ts_start, ts_end; in ion_heap_bench() local159 clock_gettime(CLOCK_MONOTONIC, &ts_end); in ion_heap_bench()162 end = ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in ion_heap_bench()172 struct timespec ts_start, ts_end; in dmabuf_heap_bench() local186 clock_gettime(CLOCK_MONOTONIC, &ts_end); in dmabuf_heap_bench()189 end = ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in dmabuf_heap_bench()