Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/block/
Dxpram.c59 static unsigned int xpram_pages; variable
239 size = (xpram_pages * 8) & ~0x3f; in xpram_getgeo()
404 if (!xpram_pages) in xpram_restore()
408 if (xpram_pages != xpram_highest_page_index() + 1) in xpram_restore()
451 xpram_pages = xpram_highest_page_index() + 1; in xpram_init()
453 xpram_pages, (unsigned long) xpram_pages*4); in xpram_init()
454 rc = xpram_setup_sizes(xpram_pages); in xpram_init()