Searched refs:cpu_buf (Results 1 – 1 of 1) sorted by relevance
125 static int timestamp_pop(struct tee_ts_cpu_buf *cpu_buf, in timestamp_pop() argument130 if (!cpu_buf && !ts) in timestamp_pop()133 if (cpu_buf->tail >= cpu_buf->head) in timestamp_pop()136 ts_tail = cpu_buf->tail++; in timestamp_pop()137 *ts = cpu_buf->stamps[ts_tail & TEE_BENCH_MAX_MASK]; in timestamp_pop()329 ret = timestamp_pop(&bench_ts_global->cpu_buf[i], in ts_consumer()
Completed in 2 milliseconds