Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_rhashtable.c67 struct test_obj_rhl { struct
81 const struct test_obj_rhl *obj = data; in my_hashfn() argument
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_objects[3] = {}; in test_insert_duplicates_run()