Lines Matching refs:ot_context
126 struct ot_context { struct
149 struct ot_context *sop = context; in ot_init_node() argument
285 static struct ot_context *ot_init_sync_m0(struct ot_test *test) in ot_init_sync_m0()
287 struct ot_context *sop = NULL; in ot_init_sync_m0()
291 sop = (struct ot_context *)ot_kzalloc(test, sizeof(*sop)); in ot_init_sync_m0()
308 static void ot_fini_sync(struct ot_context *sop) in ot_fini_sync()
315 struct ot_context * (*init)(struct ot_test *oc);
316 void (*fini)(struct ot_context *sop);
350 struct ot_context *sop; in ot_start_sync()
426 struct ot_context *sop = container_of(rcu, struct ot_context, rcu); in ot_fini_async_rcu()
436 static void ot_fini_async(struct ot_context *sop) in ot_fini_async()
444 struct ot_context *sop = context; in ot_objpool_release()
455 static struct ot_context *ot_init_async_m0(struct ot_test *test) in ot_init_async_m0()
457 struct ot_context *sop = NULL; in ot_init_async_m0()
461 sop = (struct ot_context *)ot_kzalloc(test, sizeof(*sop)); in ot_init_async_m0()
479 struct ot_context * (*init)(struct ot_test *oc);
480 void (*fini)(struct ot_context *sop);
488 struct ot_context *sop; in ot_nod_recycle()
498 sop = container_of(pool, struct ot_context, pool); in ot_nod_recycle()
541 struct ot_context *sop; in ot_start_async()