Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/block/
H A Dscm_blk.c27 static mempool_t *aidaw_pool; variable
65 mempool_destroy(aidaw_pool); in scm_free_rqs()
102 aidaw_pool = mempool_create_page_pool(max(nrqs/8, 1U), 0); in scm_alloc_rqs()
103 if (!aidaw_pool) in scm_alloc_rqs()
139 mempool_free(virt_to_page(aidaw), aidaw_pool); in scm_request_done() local
154 struct page *page = mempool_alloc(aidaw_pool, GFP_ATOMIC); in scm_aidaw_alloc()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Dscm_blk.c26 static mempool_t *aidaw_pool; variable
64 mempool_destroy(aidaw_pool); in scm_free_rqs()
101 aidaw_pool = mempool_create_page_pool(max(nrqs/8, 1U), 0); in scm_alloc_rqs()
102 if (!aidaw_pool) in scm_alloc_rqs()
138 mempool_free(virt_to_page((void *)aidaw), aidaw_pool); in scm_request_done() local
153 struct page *page = mempool_alloc(aidaw_pool, GFP_ATOMIC); in scm_aidaw_alloc()

Completed in 4 milliseconds