Lines Matching refs:ht_params
17 struct rhashtable_params ht_params; member
40 objagg_hints->ht_params); in objagg_hints_lookup()
47 struct rhashtable_params ht_params; member
160 return rhashtable_lookup_fast(&objagg->obj_ht, obj, objagg->ht_params); in objagg_obj_lookup()
384 objagg->ht_params); in objagg_obj_create()
460 objagg->ht_params); in objagg_obj_destroy()
539 objagg->ht_params.key_len = ops->obj_size; in objagg_create()
540 objagg->ht_params.key_offset = offsetof(struct objagg_obj, obj); in objagg_create()
541 objagg->ht_params.head_offset = offsetof(struct objagg_obj, ht_node); in objagg_create()
543 err = rhashtable_init(&objagg->obj_ht, &objagg->ht_params); in objagg_create()
675 objagg_hints->ht_params); in objagg_hints_node_create()
697 objagg_hints->ht_params); in objagg_hints_flush()
942 objagg_hints->ht_params.key_len = objagg->ops->obj_size; in objagg_hints_get()
943 objagg_hints->ht_params.key_offset = in objagg_hints_get()
945 objagg_hints->ht_params.head_offset = in objagg_hints_get()
948 err = rhashtable_init(&objagg_hints->node_ht, &objagg_hints->ht_params); in objagg_hints_get()