Searched refs:kthread_create_on_cpu (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/ |
H A D | smpboot.c | 184 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu, in __smpboot_create_thread()
|
H A D | kthread.c | 650 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), in kthread_create_on_cpu() function 665 EXPORT_SYMBOL(kthread_create_on_cpu);
|
/linux/drivers/firmware/psci/ |
H A D | psci_checker.c | 399 thread = kthread_create_on_cpu(suspend_test_thread, in suspend_tests()
|
/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_init.c | 418 thread = kthread_create_on_cpu(bnx2i_percpu_io_thread, (void *)p, in bnx2i_cpu_online()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2613 thread = kthread_create_on_cpu(bnx2fc_percpu_io_thread, in bnx2fc_cpu_online()
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_main.c | 1964 thread = kthread_create_on_cpu(qedi_percpu_io_thread, (void *)p, in qedi_cpu_online()
|
/linux/net/core/ |
H A D | pktgen.c | 3886 p = kthread_create_on_cpu(pktgen_thread_worker, t, cpu, "kpktgend_%d"); in pktgen_create_thread()
|