Searched refs:fc_max_opens (Results 1 – 1 of 1) sorted by relevance
46 static int fc_max_opens = 32; /* Up to this many simultaneous opens */ variable206 fc_max_opens * sizeof (struct fc_state), KM_SLEEP); in fc_attach()211 fc_max_opens * sizeof (struct fc_state)); in fc_attach()238 kmem_free(fc_states, fc_max_opens * sizeof (struct fc_state)); in fc_detach()267 while (fc_open_count >= fc_max_opens) { in fc_open()282 for (m = 0, st = fc_states; m < fc_max_opens; m++, st++) { in fc_open()292 ASSERT(m < fc_max_opens); in fc_open()311 ASSERT(m < fc_max_opens && FC_STATE_ACTIVE(st->state)); in fc_close()368 if (fc_open_count >= fc_max_opens) { in fc_close()386 ASSERT(m < fc_max_opens && FC_STATE_ACTIVE(st->state)); in fc_read()[all …]