bind_hash_table    42 net/rds/bind.c static struct rhashtable bind_hash_table;
bind_hash_table    80 net/rds/bind.c 	rs = rhashtable_lookup(&bind_hash_table, key, ht_parms);
bind_hash_table   119 net/rds/bind.c 		if (rhashtable_lookup_fast(&bind_hash_table, key, ht_parms))
bind_hash_table   129 net/rds/bind.c 		if (!rhashtable_insert_fast(&bind_hash_table,
bind_hash_table   158 net/rds/bind.c 	rhashtable_remove_fast(&bind_hash_table, &rs->rs_bound_node, ht_parms);
bind_hash_table   277 net/rds/bind.c 	rhashtable_destroy(&bind_hash_table);
bind_hash_table   282 net/rds/bind.c 	return rhashtable_init(&bind_hash_table, &ht_parms);