Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c51 static kmem_cache_t *fcsm_job_cache = NULL; variable
219 fcsm_job_cache = kmem_cache_create("fcsm_job_cache", in _init()
223 if (fcsm_job_cache == NULL) { in _init()
265 kmem_cache_destroy(fcsm_job_cache); in _init()
275 kmem_cache_destroy(fcsm_job_cache); in _init()
323 kmem_cache_destroy(fcsm_job_cache); in _fini()
2346 job = (fcsm_job_t *)kmem_cache_alloc(fcsm_job_cache, sleep); in fcsm_alloc_job()
2367 kmem_cache_free(fcsm_job_cache, (void *)job); in fcsm_dealloc_job()