Searched refs:ht_params (Results 1 – 1 of 1) sorted by relevance
17 struct rhashtable_params ht_params; member40 objagg_hints->ht_params); in objagg_hints_lookup()47 struct rhashtable_params ht_params; member160 return rhashtable_lookup_fast(&objagg->obj_ht, obj, objagg->ht_params); in objagg_obj_lookup()381 objagg->ht_params); in objagg_obj_create()457 objagg->ht_params); in objagg_obj_destroy()536 objagg->ht_params.key_len = ops->obj_size; in objagg_create()537 objagg->ht_params.key_offset = offsetof(struct objagg_obj, obj); in objagg_create()538 objagg->ht_params.head_offset = offsetof(struct objagg_obj, ht_node); in objagg_create()540 err = rhashtable_init(&objagg->obj_ht, &objagg->ht_params); in objagg_create()[all …]