Home
last modified time | relevance | path

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

/optee_client/libteec/src/
A Dteec_benchmark.c171 uint32_t cur_cpu = 0; in bm_timestamp() local
193 cur_cpu = sched_getcpu(); in bm_timestamp()
195 CPU_SET(cur_cpu, &cpu_set_tmp); in bm_timestamp()
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 1 milliseconds