Searched refs:test_obj_rhl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_rhashtable.c | 67 struct test_obj_rhl { struct 81 const struct test_obj_rhl *obj = data; in my_hashfn() 88 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() 102 .head_offset = offsetof(struct test_obj_rhl, list_node), 103 .key_offset = offsetof(struct test_obj_rhl, value), 271 struct test_obj_rhl *rhl_test_objects; in test_rhltable() 312 struct test_obj_rhl *obj; in test_rhltable() 498 struct test_obj_rhl *p; in print_ht() 533 static int __init test_insert_dup(struct test_obj_rhl *rhl_test_objects, in test_insert_dup() 581 struct test_obj_rhl rhl_test_object in test_insert_duplicates_run() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_rhashtable.c | 67 struct test_obj_rhl { struct 81 const struct test_obj_rhl *obj = data; in my_hashfn() 88 const struct test_obj_rhl *test_obj = obj; in my_cmpfn() 102 .head_offset = offsetof(struct test_obj_rhl, list_node), 103 .key_offset = offsetof(struct test_obj_rhl, value), 271 struct test_obj_rhl *rhl_test_objects; in test_rhltable() 312 struct test_obj_rhl *obj; in test_rhltable() 483 struct test_obj_rhl *p; in print_ht() 518 static int __init test_insert_dup(struct test_obj_rhl *rhl_test_objects, in test_insert_dup() 566 struct test_obj_rhl rhl_test_object in test_insert_duplicates_run() [all...] |
Completed in 2 milliseconds