Searched refs:test_rht_params (Results 1 – 1 of 1) sorted by relevance
41 static const struct rhashtable_params test_rht_params = { variable59 obj = rhashtable_lookup_fast(ht, &key, test_rht_params); in test_rht_lookup()145 err = rhashtable_insert_fast(ht, &obj->node, test_rht_params); in test_rhashtable()165 obj = rhashtable_lookup_fast(ht, &key, test_rht_params); in test_rhashtable()168 rhashtable_remove_fast(ht, &obj->node, test_rht_params); in test_rhashtable()191 err = rhashtable_init(&ht, &test_rht_params); in test_rht_init()