Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.c184 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu, in __smpboot_create_thread()
H A Dkthread.c650 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 Dpsci_checker.c399 thread = kthread_create_on_cpu(suspend_test_thread, in suspend_tests()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_init.c418 thread = kthread_create_on_cpu(bnx2i_percpu_io_thread, (void *)p, in bnx2i_cpu_online()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2613 thread = kthread_create_on_cpu(bnx2fc_percpu_io_thread, in bnx2fc_cpu_online()
/linux/drivers/scsi/qedi/
H A Dqedi_main.c1964 thread = kthread_create_on_cpu(qedi_percpu_io_thread, (void *)p, in qedi_cpu_online()
/linux/net/core/
H A Dpktgen.c3886 p = kthread_create_on_cpu(pktgen_thread_worker, t, cpu, "kpktgend_%d"); in pktgen_create_thread()