Searched refs:test_obj (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_rhashtable.c | 63 struct test_obj { struct 77 struct test_obj *objs; argument 89 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() local 92 return test_obj->value.id - val->id; in my_cmpfn() 96 .head_offset = offsetof(struct test_obj, node), 97 .key_offset = offsetof(struct test_obj, value), 116 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() 138 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup() 144 struct test_obj *obj; in test_rht_lookup() 209 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable() [all …]
|