Home
last modified time | relevance | path

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

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