Searched refs:cmm_thread (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c283 * cmm_thread - CMM task thread
289 static int cmm_thread(void *dummy) function
509 * We might race against the cmm_thread who might discover after our
511 * the cmm_thread runs again later, this error will automatically
594 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
648 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
/linux-master/arch/s390/mm/
H A Dcmm.c145 static int cmm_thread(void *dummy) function
398 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");

Completed in 157 milliseconds