Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c51 static kmem_cache_t *fcsm_job_cache = NULL; variable
220 fcsm_job_cache = kmem_cache_create("fcsm_job_cache", in _init()
224 if (fcsm_job_cache == NULL) { in _init()
266 kmem_cache_destroy(fcsm_job_cache); in _init()
276 kmem_cache_destroy(fcsm_job_cache); in _init()
324 kmem_cache_destroy(fcsm_job_cache); in _fini()
2347 job = (fcsm_job_t *)kmem_cache_alloc(fcsm_job_cache, sleep); in fcsm_alloc_job()
2368 kmem_cache_free(fcsm_job_cache, (void *)job); in fcsm_dealloc_job()