Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/pseries/
Dcmm.c67 static unsigned long min_mem_mb = CMM_MIN_MEM_MB; variable
85 module_param_named(min_mem_mb, min_mem_mb, ulong, S_IRUGO | S_IWUSR);
86 MODULE_PARM_DESC(min_mem_mb, "Minimum amount of memory (in MB) to not balloon. "
263 signed long min_mem_pages = (min_mem_mb * 1024 * 1024) / PAGE_SIZE; in cmm_get_mpp()