Searched refs:rdsbf (Results 1 – 2 of 2) sorted by relevance
245 rds_bind_hash_insert(rds_bf_t *rdsbf, rds_t *rds) in rds_bind_hash_insert() argument250 ASSERT(MUTEX_HELD(&rdsbf->rds_bf_lock)); in rds_bind_hash_insert()255 rdsp = &rdsbf->rds_bf_rds; in rds_bind_hash_insert()277 rds_bf_t *rdsbf; in rds_fanout() local279 rdsbf = &rds_bind_fanout[RDS_BIND_HASH(local_port)]; in rds_fanout()280 mutex_enter(&rdsbf->rds_bf_lock); in rds_fanout()281 rds = rdsbf->rds_bf_rds; in rds_fanout()293 mutex_exit(&rdsbf->rds_bf_lock); in rds_fanout()
453 rds_bf_t *rdsbf; in rds_bind() local533 rdsbf = &rds_bind_fanout[RDS_BIND_HASH(lport)]; in rds_bind()534 mutex_enter(&rdsbf->rds_bf_lock); in rds_bind()535 for (rds1 = rdsbf->rds_bf_rds; rds1 != NULL; in rds_bind()552 mutex_exit(&rdsbf->rds_bf_lock); in rds_bind()595 rds_bind_hash_insert(rdsbf, rds); in rds_bind()596 mutex_exit(&rdsbf->rds_bf_lock); in rds_bind()