Home
last modified time | relevance | path

Searched refs:spa_order (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dnative.c189 afu->spa_order = 0; in cxl_alloc_spa()
191 afu->spa_order++; in cxl_alloc_spa()
192 afu->spa_size = (1 << afu->spa_order) * PAGE_SIZE; in cxl_alloc_spa()
199 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->spa_order))) { in cxl_alloc_spa()
204 1<<afu->spa_order, afu->spa_max_procs, afu->num_procs); in cxl_alloc_spa()
231 free_pages((unsigned long) afu->spa, afu->spa_order); in cxl_release_spa()
Dcxl.h382 int spa_order; member