Lines Matching refs:ot_test
48 struct ot_test { struct
64 struct ot_test *test; /* test parameters */ argument
85 static void *ot_kzalloc(struct ot_test *test, long size) in ot_kzalloc()
94 static void ot_kfree(struct ot_test *test, void *ptr, long size) in ot_kfree()
102 static void ot_mem_report(struct ot_test *test) in ot_mem_report()
128 struct ot_test *test; /* test parameters */
159 struct ot_test *test = item->test; in ot_hrtimer_handler()
198 struct ot_test *test, in ot_init_cpu_item()
219 struct ot_test *test = item->test; in ot_thread_worker()
241 static void ot_perf_report(struct ot_test *test, u64 duration) in ot_perf_report()
284 static struct ot_context *ot_init_sync_m0(struct ot_test *test) in ot_init_sync_m0()
314 struct ot_context * (*init)(struct ot_test *oc);
347 static int ot_start_sync(struct ot_test *test) in ot_start_sync()
422 struct ot_test *test = sop->test; in ot_fini_async_rcu()
450 static struct ot_context *ot_init_async_m0(struct ot_test *test) in ot_init_async_m0()
474 struct ot_context * (*init)(struct ot_test *oc);
502 struct ot_test *test = item->test; in ot_bulk_async()
534 static int ot_start_async(struct ot_test *test) in ot_start_async()
625 static struct ot_test g_testcases[] = {