diff options
Diffstat (limited to 'include/linux/kthread.h')
-rw-r--r-- | include/linux/kthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kthread.h b/include/linux/kthread.h index 13d55206ccf6..869b21dcf503 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h | |||
@@ -38,6 +38,7 @@ struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), | |||
38 | }) | 38 | }) |
39 | 39 | ||
40 | void kthread_bind(struct task_struct *k, unsigned int cpu); | 40 | void kthread_bind(struct task_struct *k, unsigned int cpu); |
41 | void kthread_bind_mask(struct task_struct *k, const struct cpumask *mask); | ||
41 | int kthread_stop(struct task_struct *k); | 42 | int kthread_stop(struct task_struct *k); |
42 | bool kthread_should_stop(void); | 43 | bool kthread_should_stop(void); |
43 | bool kthread_should_park(void); | 44 | bool kthread_should_park(void); |