Home
last modified time | relevance | path

Searched refs:nhdl_max (Results 1 – 1 of 1) sorted by relevance

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