Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dsmbios.c65 static int smb_nclones; variable
80 for (c = 1; c < smb_nclones; c++) { in smb_open()
85 if (c >= smb_nclones) in smb_open()
311 if (smb_nclones <= 0) in _init()
312 smb_nclones = maxusers; in _init()
314 smb_clones = kmem_zalloc(sizeof (smb_clone_t) * smb_nclones, KM_SLEEP); in _init()
317 kmem_free(smb_clones, sizeof (smb_clone_t) * smb_nclones); in _init()
328 kmem_free(smb_clones, sizeof (smb_clone_t) * smb_nclones); in _fini()