Searched refs:fnic_sgl_cache (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/fnic/
H A Dfnic_main.c50 static struct kmem_cache *fnic_sgl_cache[FNIC_SGL_NUM_CACHES]; variable in typeref:struct:kmem_cache
742 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]);
747 pool = mempool_create_slab_pool(2, fnic_sgl_cache[FNIC_SGL_CACHE_MAX]);
1058 fnic_sgl_cache[FNIC_SGL_CACHE_DFLT] = kmem_cache_create
1062 if (!fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]) {
1070 fnic_sgl_cache[FNIC_SGL_CACHE_MAX] = kmem_cache_create
1074 if (!fnic_sgl_cache[FNIC_SGL_CACHE_MAX]) {
1131 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MAX]);
1133 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_DFLT]);
1149 kmem_cache_destroy(fnic_sgl_cache[FNIC_SGL_CACHE_MA
[all...]

Completed in 67 milliseconds