Searched refs:world (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dtest_objagg.c29 struct world { struct
46 static struct objagg_obj *world_obj_get(struct world *world, argument
60 if (!world->key_refs[key_id_index(key_id)]) {
61 world->objagg_objs[key_id_index(key_id)] = objagg_obj;
62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) {
68 world->key_refs[key_id_index(key_id)]++;
76 static void world_obj_put(struct world *world, struct objagg *objagg, argument
81 if (!world
102 struct world *world = priv; local
121 struct world *world = priv; local
129 struct world *world = priv; local
145 struct world *world = priv; local
151 test_nodelta_obj_get(struct world *world, struct objagg *objagg, unsigned int key_id, bool should_create_root) argument
204 test_nodelta_obj_put(struct world *world, struct objagg *objagg, unsigned int key_id, bool should_destroy_root) argument
306 struct world world = {}; local
561 check_expect(struct world *world, const struct action_item *action_item, unsigned int orig_delta_count, unsigned int orig_root_count) argument
757 test_delta_action_item(struct world *world, struct objagg *objagg, const struct action_item *action_item, bool inverse) argument
809 struct world world = {}; local
914 struct world world = {}; local
[all...]
/linux-master/tools/scripts/
H A Dutilities.mak102 # |world

Completed in 118 milliseconds