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

/linux-master/include/linux/
H A Dkthread.h31 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
68 * Description: Convenient wrapper for kthread_create_on_cpu()
78 p = kthread_create_on_cpu(threadfn, data, cpu, namefmt);
/linux-master/kernel/
H A Dsmpboot.c184 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu,
H A Dkthread.c561 * kthread_create_on_cpu - Create a cpu bound kthread
570 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), function
585 EXPORT_SYMBOL(kthread_create_on_cpu); variable
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c399 thread = kthread_create_on_cpu(suspend_test_thread,

Completed in 113 milliseconds