Searched refs:__kthread_bind (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | kthread.c | 470 static void __kthread_bind(struct task_struct *p, unsigned int cpu, long state) in __kthread_bind() function 491 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); in kthread_bind() 564 __kthread_bind(k, kthread->cpu, TASK_PARKED); in kthread_unpark()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kthread.c | 535 static void __kthread_bind(struct task_struct *p, unsigned int cpu, unsigned int state) in __kthread_bind() function 556 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); in kthread_bind() 630 __kthread_bind(k, kthread->cpu, TASK_PARKED); in kthread_unpark()
|
Completed in 5 milliseconds