Searched refs:bind_hash_table (Results 1 – 1 of 1) sorted by relevance
41 static struct rhashtable bind_hash_table; variable63 rs = rhashtable_lookup_fast(&bind_hash_table, &key, ht_parms); in rds_find_bound()95 if (rhashtable_lookup_fast(&bind_hash_table, &key, ht_parms)) in rds_add_bound()103 if (!rhashtable_insert_fast(&bind_hash_table, in rds_add_bound()130 rhashtable_remove_fast(&bind_hash_table, &rs->rs_bound_node, ht_parms); in rds_remove_bound()188 rhashtable_destroy(&bind_hash_table); in rds_bind_lock_destroy()193 return rhashtable_init(&bind_hash_table, &ht_parms); in rds_bind_lock_init()