Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.c180 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.c397 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.c2612 thread = kthread_create_on_cpu(bnx2fc_percpu_io_thread, in bnx2fc_cpu_online()
/linux/drivers/scsi/qedi/
H A Dqedi_main.c1954 thread = kthread_create_on_cpu(qedi_percpu_io_thread, (void *)p, in qedi_cpu_online()