Searched refs:test_obj (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/lib/ |
D | test_rhashtable.c | 62 struct test_obj { struct 76 struct test_obj *objs; argument 88 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() local 91 return test_obj->value.id - val->id; in my_cmpfn() 95 .head_offset = offsetof(struct test_obj, node), 96 .key_offset = offsetof(struct test_obj, value), 115 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() 137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup() 143 struct test_obj *obj; in test_rht_lookup() 208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable() [all …]
|