Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkthread.h39 void kthread_set_per_cpu(struct task_struct *k, int cpu);
/linux/kernel/
H A Dkthread.c666 void kthread_set_per_cpu(struct task_struct *k, int cpu) in kthread_set_per_cpu() function
H A Dworkqueue.c2687 kthread_set_per_cpu(worker->task, pool->cpu); in worker_attach_to_pool()
2703 kthread_set_per_cpu(worker->task, -1); in unbind_worker()
6577 kthread_set_per_cpu(worker->task, pool->cpu); in rebind_workers()