Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkthread.h31 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
78 p = kthread_create_on_cpu(threadfn, data, cpu, namefmt); in kthread_run_on_cpu()
/openbmc/linux/kernel/
H A Dsmpboot.c184 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu, in __smpboot_create_thread()
H A Dkthread.c570 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), in kthread_create_on_cpu() function
585 EXPORT_SYMBOL(kthread_create_on_cpu);
/openbmc/linux/drivers/firmware/psci/
H A Dpsci_checker.c399 thread = kthread_create_on_cpu(suspend_test_thread, in suspend_tests()