Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c205 struct kmem_cache *fctl_job_cache; variable
519 fctl_job_cache = kmem_cache_create("fctl_cache", in _init()
523 if (fctl_job_cache == NULL) { in _init()
534 kmem_cache_destroy(fctl_job_cache); in _init()
561 kmem_cache_destroy(fctl_job_cache); in _fini()
4300 job = (job_request_t *)kmem_cache_alloc(fctl_job_cache, sleep); in fctl_alloc_job()
4323 kmem_cache_free(fctl_job_cache, (void *)job); in fctl_dealloc_job()