Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c221 static int vscan_svc_nodes_sz; variable
300 vscan_svc_nodes_sz = sizeof (vscan_svc_node_t) * (vs_nodes_max + 1); in vscan_svc_init()
301 vscan_svc_nodes = kmem_zalloc(vscan_svc_nodes_sz, KM_SLEEP); in vscan_svc_init()
325 kmem_free(vscan_svc_nodes, vscan_svc_nodes_sz); in vscan_svc_fini()