Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp_early_core.c314 unsigned long rnmax; in sclp_early_get_memsize() local
321 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
324 *mem = rnsize * rnmax; in sclp_early_get_memsize()
H A Dsclp_mem.c432 max_sclp_mems = roundup(sclp.rnmax * sclp.rzm, block_size) / block_size; in sclp_init_mem()
473 if (new_incr->rn > sclp.rnmax) { in insert_increment()
530 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_setup_memory()
/linux/arch/s390/include/asm/
H A Dsclp.h112 unsigned long rnmax; member