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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dcmm.c112 static struct task_struct *cmm_thread_ptr; variable in typeref:struct:task_struct
452 if (cmm_thread_ptr)
453 kthread_stop(cmm_thread_ptr);
454 cmm_thread_ptr = NULL;
680 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
681 if (IS_ERR(cmm_thread_ptr)) {
682 rc = PTR_ERR(cmm_thread_ptr);
707 if (cmm_thread_ptr)
708 kthread_stop(cmm_thread_ptr);
731 if (cmm_thread_ptr)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dcmm.c53 static struct task_struct *cmm_thread_ptr; variable in typeref:struct:task_struct
455 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread");
456 rc = IS_ERR(cmm_thread_ptr) ? PTR_ERR(cmm_thread_ptr) : 0;
485 kthread_stop(cmm_thread_ptr);

Completed in 109 milliseconds