Home
last modified time | relevance | path

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

/lib/
Ddebugobjects.c131 struct debug_obj *obj; in fill_pool() local
190 struct debug_obj *obj; in lookup_object() local
209 struct debug_obj *obj = NULL; in __alloc_object() local
223 struct debug_obj *obj; in alloc_object() local
288 struct debug_obj *obj; in free_obj_work() local
335 static void __free_object(struct debug_obj *obj) in __free_object()
421 static void free_object(struct debug_obj *obj) in free_object()
435 struct debug_obj *obj; in object_cpu_offline() local
465 struct debug_obj *obj; in debug_objects_oom() local
496 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
[all …]
Dtest_rhashtable.c82 const struct test_obj_rhl *obj = data; in my_hashfn() local
87 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn()
116 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
144 struct test_obj *obj; in test_rht_lookup() local
212 struct test_obj *obj; in test_rhashtable() local
224 struct test_obj *obj = &array[i]; in test_rhashtable() local
313 struct test_obj_rhl *obj; in test_rhltable() local
447 struct test_obj *obj = &array[i]; in test_rhashtable_max() local
593 struct test_obj *obj; in thread_lookup_test() local
Dobjpool.c24 void *obj = (void *)&slot->entries[pool->capacity]; in objpool_init_percpu_slot() local
177 int objpool_drop(void *obj, struct objpool_head *pool) in objpool_drop()
Dobjagg.c31 unsigned long obj[]; member
35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup()
69 unsigned long obj[]; member
158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup()
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()
Drhashtable.c497 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
547 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, in rhashtable_insert_one()
591 struct rhash_head *obj) in rhashtable_try_insert()
642 struct rhash_head *obj) in rhashtable_insert_slow()
1110 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, in rhashtable_free_one()
Dtest_objagg.c90 static bool delta_check(void *priv, const void *parent_obj, const void *obj) in delta_check()
99 static void *delta_create(void *priv, void *parent_obj, void *obj) in delta_create()
127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create()
281 const void *obj) in delta_check_dummy()
286 static void *delta_create_dummy(void *priv, void *parent_obj, void *obj) in delta_create_dummy()
Dcpu_rmap.c149 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add()
Dtest_meminit.c172 static void test_ctor(void *obj) in test_ctor()
Doverflow_kunit.c710 struct __test_flex_array *obj; in overflow_size_helpers_test() local