Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_objpool.c126 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()
[all …]