Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_early_core.c277 unsigned long rnmax; in sclp_early_get_memsize() local
284 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
287 *mem = rnsize * rnmax; in sclp_early_get_memsize()
Dsclp_early.c50 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
Dsclp_cmd.c448 if (new_incr->rn > sclp.rnmax) { in insert_increment()
524 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
Dsclp.h164 u16 rnmax; /* 8-9 */ member