Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h396 mempool_t *io_mempool; member
H A Dqedf_main.c2297 io_work = mempool_alloc(qedf->io_mempool, GFP_ATOMIC); in qedf_process_completions()
3365 qedf->io_mempool = mempool_create_slab_pool(QEDF_IO_WORK_MIN, in __qedf_probe()
3367 if (qedf->io_mempool == NULL) { in __qedf_probe()
3372 qedf->io_mempool); in __qedf_probe()
3856 mempool_destroy(qedf->io_mempool); in __qedf_remove()
H A Dqedf_io.c2596 io_work = mempool_alloc(qedf->io_mempool, GFP_ATOMIC); in qedf_process_unsol_compl()