Lines Matching defs:objagg

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()
264 static int objagg_obj_root_create(struct objagg *objagg, in objagg_obj_root_create()
288 static void objagg_obj_root_destroy(struct objagg *objagg, in objagg_obj_root_destroy()
298 static int objagg_obj_init_with_hints(struct objagg *objagg, in objagg_obj_init_with_hints()
334 static int objagg_obj_init(struct objagg *objagg, in objagg_obj_init()
358 static void objagg_obj_fini(struct objagg *objagg, in objagg_obj_fini()
367 static struct objagg_obj *objagg_obj_create(struct objagg *objagg, void *obj) in objagg_obj_create()
400 static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) in __objagg_obj_get()
440 struct objagg_obj *objagg_obj_get(struct objagg *objagg, void *obj) in objagg_obj_get()
453 static void objagg_obj_destroy(struct objagg *objagg, in objagg_obj_destroy()
465 static void __objagg_obj_put(struct objagg *objagg, in __objagg_obj_put()
481 void objagg_obj_put(struct objagg *objagg, struct objagg_obj *objagg_obj) in objagg_obj_put()
520 struct objagg *objagg; in objagg_create() local
564 void objagg_destroy(struct objagg *objagg) in objagg_destroy()
607 const struct objagg_stats *objagg_stats_get(struct objagg *objagg) in objagg_stats_get()
780 static struct objagg_tmp_graph *objagg_tmp_graph_create(struct objagg *objagg) in objagg_tmp_graph_create()
843 struct objagg *objagg) in objagg_opt_simple_greedy_fillup_hints()
926 struct objagg_hints *objagg_hints_get(struct objagg *objagg, in objagg_hints_get()