Home
last modified time | relevance | path

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

/openbmc/linux/kernel/dma/
H A Dmap_benchmark.c49 ktime_t map_stime, map_etime, unmap_stime, unmap_etime; in map_benchmark_thread() local
75 unmap_stime = ktime_get(); in map_benchmark_thread()
78 unmap_delta = ktime_sub(unmap_etime, unmap_stime); in map_benchmark_thread()