Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/
A Dbenchmark.c27 static size_t bench_ts_size; variable
61 bench_ts_size = sizeof(struct tee_ts_global) + in alloc_benchmark_buffer()
63 if (!bench_ts_size) { in alloc_benchmark_buffer()
70 bench_mobj = thread_rpc_alloc_global_payload(bench_ts_size); in alloc_benchmark_buffer()
79 bench_ts_size); in alloc_benchmark_buffer()
88 memset((void *)bench_ts_global, 0, bench_ts_size); in alloc_benchmark_buffer()
100 bench_ts_size); in alloc_benchmark_buffer()
103 p[0].value.b = bench_ts_size; in alloc_benchmark_buffer()
125 p[0].value.b = bench_ts_size; in get_benchmark_memref()

Completed in 2 milliseconds