Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dksyms.c72 int nksyms_clones; /* tunable: max clones of this device */ variable
249 for (clone = 1; clone < nksyms_clones; clone++) { in ksyms_open()
459 if (nksyms_clones == 0) in _init()
460 nksyms_clones = maxusers + 50; in _init()
462 ksyms_clones = kmem_zalloc(nksyms_clones * in _init()
466 kmem_free(ksyms_clones, nksyms_clones * sizeof (ksyms_image_t)); in _init()
477 kmem_free(ksyms_clones, nksyms_clones * sizeof (ksyms_image_t)); in _fini()