Searched refs:rnmax (Results 1 – 3 of 3) sorted by relevance
314 unsigned long rnmax; in sclp_early_get_memsize() local321 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()324 *mem = rnsize * rnmax; in sclp_early_get_memsize()
432 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()
112 unsigned long rnmax; member