Searched refs:objagg (Results 1 – 4 of 4) sorted by relevance
/lib/ |
A D | objagg.c | 43 struct objagg { struct 211 static void __objagg_obj_put(struct objagg *objagg, 334 static int objagg_obj_init(struct objagg *objagg, in objagg_obj_init() argument 358 static void objagg_obj_fini(struct objagg *objagg, in objagg_obj_fini() argument 465 static void __objagg_obj_put(struct objagg *objagg, in __objagg_obj_put() argument 520 struct objagg *objagg; in objagg_create() local 528 objagg = kzalloc(sizeof(*objagg), GFP_KERNEL); in objagg_create() 564 void objagg_destroy(struct objagg *objagg) in objagg_destroy() argument 817 if (objagg->ops->delta_check(objagg->priv, in objagg_tmp_graph_create() 843 struct objagg *objagg) in objagg_opt_simple_greedy_fillup_hints() argument [all …]
|
A D | test_objagg.c | 47 struct objagg *objagg, in world_obj_get() argument 76 static void world_obj_put(struct world *world, struct objagg *objagg, in world_obj_put() argument 226 static int check_stats_zero(struct objagg *objagg) in check_stats_zero() argument 244 static int check_stats_nodelta(struct objagg *objagg) in check_stats_nodelta() argument 307 struct objagg *objagg; in test_nodelta() local 740 static int check_expect_stats(struct objagg *objagg, in check_expect_stats() argument 758 struct objagg *objagg, in test_delta_action_item() argument 810 struct objagg *objagg; in test_delta() local 872 static void pr_debug_stats(struct objagg *objagg) in pr_debug_stats() argument 912 struct objagg_hints *hints, struct objagg *objagg) in test_hints_case2() argument [all …]
|
A D | Makefile | 326 obj-$(CONFIG_OBJAGG) += objagg.o
|
A D | Kconfig | 598 tristate "objagg" if COMPILE_TEST
|
Completed in 14 milliseconds