Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.c190 kthread_set_per_cpu(tsk, cpu); in __smpboot_create_thread()
H A Dkthread.c667 void kthread_set_per_cpu(struct task_struct *k, int cpu) in kthread_set_per_cpu() function
H A Dworkqueue.c2689 kthread_set_per_cpu(worker->task, pool->cpu); in worker_attach_to_pool()
2705 kthread_set_per_cpu(worker->task, -1); in unbind_worker()
6566 kthread_set_per_cpu(worker->task, pool->cpu); in rebind_workers()
/linux/kernel/sched/
H A Dcore.c7809 kthread_set_per_cpu(idle, cpu); in init_idle()