Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dnative.c169 afu->spa_order = 0; in alloc_spa()
171 afu->spa_order++; in alloc_spa()
172 afu->spa_size = (1 << afu->spa_order) * PAGE_SIZE; in alloc_spa()
179 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->spa_order))) { in alloc_spa()
184 1<<afu->spa_order, afu->spa_max_procs, afu->num_procs); in alloc_spa()
201 free_pages((unsigned long) afu->spa, afu->spa_order); in release_spa()
Dcxl.h374 int spa_order; member