Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/kernel/
Dmem_detect.c17 unsigned long long memsize, rnmax, rzm; in find_memory_chunks() local
22 rnmax = sclp_get_rnmax(); in find_memory_chunks()
23 memsize = rzm * rnmax; in find_memory_chunks()
/linux-3.4.99/drivers/s390/char/
Dsclp_cmd.c33 u16 rnmax; /* 8-9 */ member
55 static unsigned long long rnmax; variable
115 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_facilities_detect()
122 return rnmax; in sclp_get_rnmax()
539 if (new_incr->rn > rnmax) { in insert_increment()
624 for (i = 1; i <= rnmax - assigned; i++) in sclp_detect_standby_memory()