Home
last modified time | relevance | path

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

/optee_client/libteec/src/
A Dteec_benchmark.c44 struct tee_ts_global *bench_ts_global; variable
151 if (!bench_ts_global) { in benchmark_check_mode()
155 bench_ts_global = mmap_paddr(ts_buf_raw, ts_buf_size); in benchmark_check_mode()
156 res = (bench_ts_global) ? true : false; in benchmark_check_mode()
201 if (cur_cpu >= bench_ts_global->cores) { in bm_timestamp()
208 cpu_buf = &bench_ts_global->cpu_buf[cur_cpu]; in bm_timestamp()

Completed in 2 milliseconds