Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/block/
Dxpram.c59 static unsigned int xpram_pages; variable
241 size = (xpram_pages * 8) & ~0x3f; in xpram_getgeo()
406 if (!xpram_pages) in xpram_restore()
410 if (xpram_pages != xpram_highest_page_index() + 1) in xpram_restore()
453 xpram_pages = xpram_highest_page_index() + 1; in xpram_init()
455 xpram_pages, (unsigned long) xpram_pages*4); in xpram_init()
456 rc = xpram_setup_sizes(xpram_pages); in xpram_init()