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()
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()
672 objagg_hints->ht_params); in objagg_hints_node_create()
694 objagg_hints->ht_params); in objagg_hints_flush()
953 objagg_hints->ht_params.key_len = objagg->ops->obj_size; in objagg_hints_get()
954 objagg_hints->ht_params.key_offset = in objagg_hints_get()
956 objagg_hints->ht_params.head_offset = in objagg_hints_get()
958 objagg_hints->ht_params.obj_cmpfn = objagg_hints_obj_cmp; in objagg_hints_get()
960 err = rhashtable_init(&objagg_hints->node_ht, &objagg_hints->ht_params); in objagg_hints_get()