Home
last modified time | relevance | path

Searched refs:rnmax (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early_core.c272 unsigned long rnmax; in sclp_early_get_memsize() local
279 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
282 *mem = rnsize * rnmax; in sclp_early_get_memsize()
H A Dsclp_early.c51 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
H A 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()
H A Dsclp.h164 u16 rnmax; /* 8-9 */ member
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_early_core.c312 unsigned long rnmax; in sclp_early_get_memsize() local
319 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
322 *mem = rnsize * rnmax; in sclp_early_get_memsize()
H A Dsclp_early.c65 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
H A Dsclp_cmd.c443 if (new_incr->rn > sclp.rnmax) { in insert_increment()
499 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
H A Dsclp.h160 u16 rnmax; /* 8-9 */ member
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsclp.h89 unsigned long rnmax; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsclp.h103 unsigned long rnmax; member

Completed in 7 milliseconds