Searched defs:obj (Results 1 – 9 of 9) sorted by relevance
/lib/ |
A D | debugobjects.c | 155 struct debug_obj *obj; in pool_move_batch() local 185 struct debug_obj *obj; in pool_push_batch() local 201 struct debug_obj *obj; in pool_pop_batch() local 226 struct debug_obj *obj; in __alloc_object() local 321 struct debug_obj *obj; in free_object_list() local 368 struct debug_obj *obj; in kmem_alloc_batch() local 418 struct debug_obj *obj; in lookup_object() local 453 struct debug_obj *obj; in alloc_object() local 542 struct debug_obj *obj; in put_objects() local 808 struct debug_obj *obj; in debug_object_activate() local [all …]
|
A D | test_rhashtable.c | 82 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
|
A D | objpool.c | 24 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()
|
A D | objagg.c | 31 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()
|
A D | rhashtable.c | 497 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()
|
A D | test_objagg.c | 90 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()
|
A D | cpu_rmap.c | 149 int cpu_rmap_add(struct cpu_rmap *rmap, void *obj) in cpu_rmap_add()
|
A D | test_meminit.c | 172 static void test_ctor(void *obj) in test_ctor()
|
/lib/tests/ |
A D | overflow_kunit.c | 710 struct __test_flex_array *obj; in overflow_size_helpers_test() local
|
Completed in 776 milliseconds