Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c204 struct kmem_cache *fctl_job_cache; variable
518 fctl_job_cache = kmem_cache_create("fctl_cache", in _init()
522 if (fctl_job_cache == NULL) { in _init()
533 kmem_cache_destroy(fctl_job_cache); in _init()
560 kmem_cache_destroy(fctl_job_cache); in _fini()
4299 job = (job_request_t *)kmem_cache_alloc(fctl_job_cache, sleep); in fctl_alloc_job()
4322 kmem_cache_free(fctl_job_cache, (void *)job); in fctl_dealloc_job()