Searched refs:test_obj (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/lib/ |
| D | test_rhashtable.c | 65 struct test_obj { struct 79 struct test_obj *objs; argument 91 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() local 94 return test_obj->value.id - val->id; in my_cmpfn() 98 .head_offset = offsetof(struct test_obj, node), 99 .key_offset = offsetof(struct test_obj, value), 118 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry() 140 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup() 146 struct test_obj *obj; in test_rht_lookup() 216 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable() [all …]
|