Home
last modified time | relevance | path

Searched refs:kthread_set_per_cpu (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dkthread.h36 void kthread_set_per_cpu(struct task_struct *k, int cpu);
/kernel/linux/linux-5.10/kernel/
Dsmpboot.c190 kthread_set_per_cpu(tsk, cpu); in __smpboot_create_thread()
Dkthread.c521 void kthread_set_per_cpu(struct task_struct *k, int cpu) in kthread_set_per_cpu() function