Searched refs:node_pool (Results 1 – 4 of 4) sorted by relevance
34 efc->node_pool = mempool_create_kmalloc_pool(EFC_MAX_REMOTE_NODES, in efcport_init()36 if (!efc->node_pool) { in efcport_init()45 mempool_destroy(efc->node_pool); in efcport_init()79 mempool_destroy(efc->node_pool); in efcport_destroy()
41 mempool_free(node, efc->node_pool); in _efc_node_free()58 node = mempool_alloc(efc->node_pool, GFP_ATOMIC); in efc_node_alloc()115 mempool_free(node, efc->node_pool); in efc_node_alloc()
526 mempool_t *node_pool; member
119 struct dma_pool *node_pool; member