Searched defs:objagg (Results  1 – 2 of 2) sorted by relevance
| /lib/ | 
| D | objagg.c | 43 struct objagg {  struct 44 	const struct objagg_ops *ops;  argument 51 	struct objagg_hints *hints;  argument 55 	struct rhash_head ht_node; /* member of objagg->obj_ht */  argument 158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj)  in objagg_obj_lookup() 163 static int objagg_obj_parent_assign(struct objagg *objagg,  in objagg_obj_parent_assign() 191 static int objagg_obj_parent_lookup_assign(struct objagg *objagg,  in objagg_obj_parent_lookup_assign() 214 static void objagg_obj_parent_unassign(struct objagg *objagg,  in objagg_obj_parent_unassign() 224 static int objagg_obj_root_id_alloc(struct objagg *objagg,  in objagg_obj_root_id_alloc() 256 static void objagg_obj_root_id_free(struct objagg *objagg,  in objagg_obj_root_id_free() [all …] 
 | 
| D | test_objagg.c | 47 					struct objagg *objagg,  in world_obj_get() 76 static void world_obj_put(struct world *world, struct objagg *objagg,  in world_obj_put() 151 static int test_nodelta_obj_get(struct world *world, struct objagg *objagg,  in test_nodelta_obj_get() 204 static int test_nodelta_obj_put(struct world *world, struct objagg *objagg,  in test_nodelta_obj_put() 226 static int check_stats_zero(struct objagg *objagg)  in check_stats_zero() 244 static int check_stats_nodelta(struct objagg *objagg)  in check_stats_nodelta() 307 	struct objagg *objagg;  in test_nodelta()  local 740 static int check_expect_stats(struct objagg *objagg,  in check_expect_stats() 758 				  struct objagg *objagg,  in test_delta_action_item() 810 	struct objagg *objagg;  in test_delta()  local [all …] 
 |