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

/linux-master/lib/
H A Dobjagg.c16 struct rhashtable node_ht; member in struct:objagg_hints
26 struct rhash_head ht_node; /* member of objagg_hints->node_ht */
39 return rhashtable_lookup_fast(&objagg_hints->node_ht, obj,
671 err = rhashtable_insert_fast(&objagg_hints->node_ht, &hnode->ht_node,
693 rhashtable_remove_fast(&objagg_hints->node_ht, &hnode->ht_node,
911 container_of(ht, struct objagg_hints, node_ht);
960 err = rhashtable_init(&objagg_hints->node_ht, &objagg_hints->ht_params);
978 rhashtable_destroy(&objagg_hints->node_ht);
996 rhashtable_destroy(&objagg_hints->node_ht);

Completed in 125 milliseconds