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()
188 static int objagg_obj_parent_lookup_assign(struct objagg *objagg, in objagg_obj_parent_lookup_assign()
211 static void objagg_obj_parent_unassign(struct objagg *objagg, in objagg_obj_parent_unassign()
221 static int objagg_obj_root_id_alloc(struct objagg *objagg, in objagg_obj_root_id_alloc()
253 static void objagg_obj_root_id_free(struct objagg *objagg, in objagg_obj_root_id_free()
261 static int objagg_obj_root_create(struct objagg *objagg, in objagg_obj_root_create()
285 static void objagg_obj_root_destroy(struct objagg *objagg, in objagg_obj_root_destroy()
295 static int objagg_obj_init_with_hints(struct objagg *objagg, in objagg_obj_init_with_hints()
331 static int objagg_obj_init(struct objagg *objagg, in objagg_obj_init()
355 static void objagg_obj_fini(struct objagg *objagg, in objagg_obj_fini()
364 static struct objagg_obj *objagg_obj_create(struct objagg *objagg, void *obj) in objagg_obj_create()
397 static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) in __objagg_obj_get()
437 struct objagg_obj *objagg_obj_get(struct objagg *objagg, void *obj) in objagg_obj_get()
450 static void objagg_obj_destroy(struct objagg *objagg, in objagg_obj_destroy()
462 static void __objagg_obj_put(struct objagg *objagg, in __objagg_obj_put()
478 void objagg_obj_put(struct objagg *objagg, struct objagg_obj *objagg_obj) in objagg_obj_put()
517 struct objagg *objagg; in objagg_create() local
561 void objagg_destroy(struct objagg *objagg) in objagg_destroy()
604 const struct objagg_stats *objagg_stats_get(struct objagg *objagg) in objagg_stats_get()
777 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()
940 struct objagg_hints *objagg_hints_get(struct objagg *objagg, in objagg_hints_get()