Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dobjagg.c16 struct rhashtable node_ht; member
39 return rhashtable_lookup_fast(&objagg_hints->node_ht, obj, in objagg_hints_lookup()
671 err = rhashtable_insert_fast(&objagg_hints->node_ht, &hnode->ht_node, in objagg_hints_node_create()
693 rhashtable_remove_fast(&objagg_hints->node_ht, &hnode->ht_node, in objagg_hints_flush()
911 container_of(ht, struct objagg_hints, node_ht); in objagg_hints_obj_cmp()
960 err = rhashtable_init(&objagg_hints->node_ht, &objagg_hints->ht_params); in objagg_hints_get()
978 rhashtable_destroy(&objagg_hints->node_ht); in objagg_hints_get()
996 rhashtable_destroy(&objagg_hints->node_ht); in objagg_hints_put()