Searched refs:objagg (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | objagg.c | 43 struct objagg { struct 158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup() argument 160 return rhashtable_lookup_fast(&objagg->obj_ht, obj, objagg->ht_params); in objagg_obj_lookup() 163 static int objagg_obj_parent_assign(struct objagg *objagg, in objagg_obj_parent_assign() argument 170 delta_priv = objagg->ops->delta_create(objagg->priv, parent->obj, in objagg_obj_parent_assign() 182 trace_objagg_obj_parent_assign(objagg, objagg_obj, in objagg_obj_parent_assign() 188 static int objagg_obj_parent_lookup_assign(struct objagg *objagg, in objagg_obj_parent_lookup_assign() argument 194 list_for_each_entry(objagg_obj_cur, &objagg->obj_list, list) { in objagg_obj_parent_lookup_assign() 200 err = objagg_obj_parent_assign(objagg, objagg_obj, in objagg_obj_parent_lookup_assign() 208 static void __objagg_obj_put(struct objagg *objagg, [all …]
|
D | test_objagg.c | 47 struct objagg *objagg, in world_obj_get() argument 55 objagg_obj = objagg_obj_get(objagg, &key); in world_obj_get() 72 objagg_obj_put(objagg, objagg_obj); in world_obj_get() 76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() argument 84 objagg_obj_put(objagg, objagg_obj); in world_obj_put() 151 static int test_nodelta_obj_get(struct world *world, struct objagg *objagg, in test_nodelta_obj_get() argument 163 objagg_obj = world_obj_get(world, objagg, key_id); in test_nodelta_obj_get() 200 objagg_obj_put(objagg, objagg_obj); in test_nodelta_obj_get() 204 static int test_nodelta_obj_put(struct world *world, struct objagg *objagg, in test_nodelta_obj_put() argument 209 world_obj_put(world, objagg, key_id); in test_nodelta_obj_put() [all …]
|
D | Makefile | 292 obj-$(CONFIG_OBJAGG) += objagg.o
|
D | Kconfig | 633 tristate "objagg" if COMPILE_TEST
|