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

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c52 int nhdl_max; /* allocated array size */ member in struct:fm_cmi_walk_t
99 wp->nhdl_max = INIT_HDLS;
108 kmem_free(wp->hdls, sizeof (cmi_hdl_t) * wp->nhdl_max);
132 if (wp->nhdl == wp->nhdl_max) {
133 size_t sz = sizeof (cmi_hdl_t) * wp->nhdl_max;
139 wp->nhdl_max <<= 1;

Completed in 84 milliseconds