Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 4 of 4) sorted by relevance

/lib/
Ddebugobjects.c115 struct debug_obj *obj; in lookup_object() local
136 struct debug_obj *obj = NULL; in alloc_object() local
168 struct debug_obj *obj; in free_obj_work() local
191 static void free_object(struct debug_obj *obj) in free_object()
220 struct debug_obj *obj; in debug_objects_oom() local
251 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
311 struct debug_obj *obj; in __debug_object_init() local
395 struct debug_obj *obj; in debug_object_activate() local
467 struct debug_obj *obj; in debug_object_deactivate() local
516 struct debug_obj *obj; in debug_object_destroy() local
[all …]
Dtest_rhashtable.c83 static int insert_retry(struct rhashtable *ht, struct rhash_head *obj, in insert_retry()
110 struct test_obj *obj; in test_rht_lookup() local
184 struct test_obj *obj; in test_rhashtable() local
196 struct test_obj *obj = &array[i]; in test_rhashtable() local
244 struct test_obj *obj; in thread_lookup_test() local
Drhashtable.c431 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
479 struct rhash_head *obj, in rhashtable_insert_one()
524 struct rhash_head *obj) in rhashtable_try_insert()
578 struct rhash_head *obj) in rhashtable_insert_slow()
942 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, in rhashtable_free_one()
Dcpu_rmap.c141 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add()