Searched refs:cmm_thread (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 286 * cmm_thread - CMM task thread 292 static int cmm_thread(void *dummy) in cmm_thread() function 527 * We might race against the cmm_thread who might discover after our in cmm_migratepage() 529 * the cmm_thread runs again later, this error will automatically in cmm_migratepage() 648 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init() 704 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_set_disable()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 283 * cmm_thread - CMM task thread 289 static int cmm_thread(void *dummy) in cmm_thread() function 509 * We might race against the cmm_thread who might discover after our in cmm_migratepage() 511 * the cmm_thread runs again later, this error will automatically in cmm_migratepage() 594 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init() 648 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_set_disable()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | cmm.c | 145 static int cmm_thread(void *dummy) in cmm_thread() function 412 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | cmm.c | 145 static int cmm_thread(void *dummy) in cmm_thread() function 399 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init()
|
Completed in 4 milliseconds