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

/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c39 * INIT_HDLS is the initial size of cmi_hdl_t array. We fill the array
43 #define INIT_HDLS 16 macro
98 wp->hdls = kmem_alloc(sizeof (cmi_hdl_t) * INIT_HDLS, KM_SLEEP);
99 wp->nhdl_max = INIT_HDLS;

Completed in 59 milliseconds