Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkthread.h29 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
/Linux-v5.4/kernel/
Dsmpboot.c185 tsk = kthread_create_on_cpu(smpboot_thread_fn, td, cpu, in __smpboot_create_thread()
Dkthread.c447 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), in kthread_create_on_cpu() function
/Linux-v5.4/drivers/firmware/psci/
Dpsci_checker.c405 thread = kthread_create_on_cpu(suspend_test_thread, in suspend_tests()
/Linux-v5.4/fs/
Dio_uring.c3186 ctx->sqo_thread = kthread_create_on_cpu(io_sq_thread, in io_sq_offload_start()