Lines Matching refs:ot_context
126 struct ot_context { struct
149 struct ot_context *sop = context; in ot_init_node() argument
284 static struct ot_context *ot_init_sync_m0(struct ot_test *test) in ot_init_sync_m0()
286 struct ot_context *sop = NULL; in ot_init_sync_m0()
290 sop = (struct ot_context *)ot_kzalloc(test, sizeof(*sop)); in ot_init_sync_m0()
307 static void ot_fini_sync(struct ot_context *sop) in ot_fini_sync()
314 struct ot_context * (*init)(struct ot_test *oc);
315 void (*fini)(struct ot_context *sop);
349 struct ot_context *sop; in ot_start_sync()
421 struct ot_context *sop = container_of(rcu, struct ot_context, rcu); in ot_fini_async_rcu()
431 static void ot_fini_async(struct ot_context *sop) in ot_fini_async()
439 struct ot_context *sop = context; in ot_objpool_release()
450 static struct ot_context *ot_init_async_m0(struct ot_test *test) in ot_init_async_m0()
452 struct ot_context *sop = NULL; in ot_init_async_m0()
456 sop = (struct ot_context *)ot_kzalloc(test, sizeof(*sop)); in ot_init_async_m0()
474 struct ot_context * (*init)(struct ot_test *oc);
475 void (*fini)(struct ot_context *sop);
483 struct ot_context *sop; in ot_nod_recycle()
493 sop = container_of(pool, struct ot_context, pool); in ot_nod_recycle()
536 struct ot_context *sop; in ot_start_async()