Home
last modified time | relevance | path

Searched refs:kthread_create_on_cpu (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkthread.h31 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c184 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu, in __smpboot_create_thread()
H A Dkthread.c506 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), in kthread_create_on_cpu() function
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci_checker.c399 thread = kthread_create_on_cpu(suspend_test_thread, in suspend_tests()