Searched defs:rds_bind_fanout_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c64 uint_t rds_bind_fanout_size = RDS_BIND_FANOUT_SIZE; variable
117 for (i = 0; i < rds_bind_fanout_size; i++) {
120 kmem_free(rds_bind_fanout, rds_bind_fanout_size * sizeof (rds_bf_t));
153 if (!ISP2(rds_bind_fanout_size)) {
156 if (rds_bind_fanout_size < (1 << i))
159 rds_bind_fanout_size = 1 << i;
161 rds_bind_fanout = kmem_zalloc(rds_bind_fanout_size *
163 for (i = 0; i < rds_bind_fanout_size; i++) {

Completed in 44 milliseconds