Searched refs:cmm_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | cmm.c | 92 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); } macro 125 cmm_dbg("Begin request for %ld pages\n", nr); in cmm_alloc_pages() 182 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_alloc_pages() 198 cmm_dbg("Begin free of %ld pages.\n", nr); in cmm_free_pages() 219 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_free_pages() 238 cmm_dbg("OOM processing started\n"); in cmm_oom_notify() 243 cmm_dbg("OOM processing complete\n"); in cmm_oom_notify() 289 cmm_dbg("delta = %ld, loaned = %lu, target = %lu, oom = %lu, totalram = %lu\n", in cmm_get_mpp() 319 cmm_dbg("Hotplug operation has occurred, " in cmm_thread() 331 cmm_dbg("Hotplug operation in progress, activity " in cmm_thread() [all …]
|