Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_main.c51 static struct kmem_cache *fnic_io_req_cache; variable
744 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_probe()
1085 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()
1088 if (!fnic_io_req_cache) { in fnic_init_module()
1133 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()
1155 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_main.c39 static struct kmem_cache *fnic_io_req_cache; variable
760 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache); in fnic_probe()
1101 fnic_io_req_cache = kmem_cache_create("fnic_io_req", in fnic_init_module()
1104 if (!fnic_io_req_cache) { in fnic_init_module()
1146 kmem_cache_destroy(fnic_io_req_cache); in fnic_init_module()
1166 kmem_cache_destroy(fnic_io_req_cache); in fnic_cleanup_module()

Completed in 3 milliseconds