Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdesc.c61 static uint16_t mdesc_max_opens = 256; variable
143 sizeof (struct mdesc_state), mdesc_max_opens)) != 0) in _init()
228 mdesc_max_opens, 1, NULL, NULL, NULL, 0, in mdesc_attach()
343 if (mdesc_opens >= mdesc_max_opens) { in mdesc_open()