Home
last modified time | relevance | path

Searched refs:test_obj_rhl (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/lib/
Dtest_rhashtable.c68 struct test_obj_rhl { struct
82 const struct test_obj_rhl *obj = data; in my_hashfn() argument
89 const struct test_obj_rhl *test_obj = obj; in my_cmpfn()
103 .head_offset = offsetof(struct test_obj_rhl, list_node),
104 .key_offset = offsetof(struct test_obj_rhl, value),
272 struct test_obj_rhl *rhl_test_objects; in test_rhltable()
313 struct test_obj_rhl *obj; in test_rhltable()
484 struct test_obj_rhl *p; in print_ht()
519 static int __init test_insert_dup(struct test_obj_rhl *rhl_test_objects, in test_insert_dup()
567 struct test_obj_rhl rhl_test_objects[3] = {}; in test_insert_duplicates_run()