Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkthread.h38 void kthread_set_per_cpu(struct task_struct *k, int cpu);
/Linux-v5.15/kernel/
Dsmpboot.c190 kthread_set_per_cpu(tsk, cpu); in __smpboot_create_thread()
Dworkqueue.c1881 kthread_set_per_cpu(worker->task, pool->cpu); in worker_attach_to_pool()
1907 kthread_set_per_cpu(worker->task, -1); in worker_detach_from_pool()
4974 kthread_set_per_cpu(worker->task, -1); in unbind_workers()
5029 kthread_set_per_cpu(worker->task, pool->cpu); in rebind_workers()
Dkthread.c527 void kthread_set_per_cpu(struct task_struct *k, int cpu) in kthread_set_per_cpu() function
/Linux-v5.15/kernel/sched/
Dcore.c8638 kthread_set_per_cpu(idle, cpu); in init_idle()