Searched refs:cmm_dbg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 81 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); } macro 145 cmm_dbg("Begin request for %ld pages\n", nr); in cmm_alloc_pages() 175 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_alloc_pages() 190 cmm_dbg("Begin free of %ld pages.\n", nr); in cmm_free_pages() 201 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_free_pages() 220 cmm_dbg("OOM processing started\n"); in cmm_oom_notify() 225 cmm_dbg("OOM processing complete\n"); in cmm_oom_notify() 276 cmm_dbg("delta = %ld, loaned = %lu, target = %lu, oom = %lu, totalram = %lu\n", in cmm_get_mpp() 307 cmm_dbg("Hotplug operation has occurred, " in cmm_thread() 319 cmm_dbg("Hotplu in cmm_thread() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 78 #define cmm_dbg(...) if (cmm_debug) { printk(KERN_INFO "cmm: "__VA_ARGS__); } macro 142 cmm_dbg("Begin request for %ld pages\n", nr); in cmm_alloc_pages() 172 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_alloc_pages() 187 cmm_dbg("Begin free of %ld pages.\n", nr); in cmm_free_pages() 198 cmm_dbg("End request with %ld pages unfulfilled\n", nr); in cmm_free_pages() 217 cmm_dbg("OOM processing started\n"); in cmm_oom_notify() 222 cmm_dbg("OOM processing complete\n"); in cmm_oom_notify() 273 cmm_dbg("delta = %ld, loaned = %lu, target = %lu, oom = %lu, totalram = %lu\n", in cmm_get_mpp() 304 cmm_dbg("Hotplug operation has occurred, " in cmm_thread() 316 cmm_dbg("Hotplu in cmm_thread() [all...] |
Completed in 2 milliseconds