Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/pta/
A Dbenchmark.c30 static struct mobj *bench_mobj; variable
70 bench_mobj = thread_rpc_alloc_global_payload(bench_ts_size); in alloc_benchmark_buffer()
71 if (!bench_mobj) { in alloc_benchmark_buffer()
78 bench_ts_global = (struct tee_ts_global *)mobj_get_va(bench_mobj, 0, in alloc_benchmark_buffer()
81 thread_rpc_free_global_payload(bench_mobj); in alloc_benchmark_buffer()
82 bench_mobj = NULL; in alloc_benchmark_buffer()
157 thread_rpc_free_global_payload(bench_mobj); in unregister_benchmark()
158 bench_mobj = NULL; in unregister_benchmark()

Completed in 2 milliseconds