Searched refs:cpu_buf (Results 1 – 2 of 2) sorted by relevance
168 struct tee_ts_cpu_buf *cpu_buf = NULL; in bm_timestamp() local208 cpu_buf = &bench_ts_global->cpu_buf[cur_cpu]; in bm_timestamp()209 ts_i = __sync_fetch_and_add(&cpu_buf->head, 1); in bm_timestamp()213 cpu_buf->stamps[ts_i & TEE_BENCH_MAX_MASK] = ts_data; in bm_timestamp()
75 struct tee_ts_cpu_buf cpu_buf[]; member
Completed in 2 milliseconds