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 c1961761311d..1577a2d56e9d 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h | |||
| @@ -56,6 +56,7 @@ void kthread_bind_mask(struct task_struct *k, const struct cpumask *mask); | |||
| 56 | int kthread_stop(struct task_struct *k); | 56 | int kthread_stop(struct task_struct *k); |
| 57 | bool kthread_should_stop(void); | 57 | bool kthread_should_stop(void); |
| 58 | bool kthread_should_park(void); | 58 | bool kthread_should_park(void); |
| 59 | bool __kthread_should_park(struct task_struct *k); | ||
| 59 | bool kthread_freezable_should_stop(bool *was_frozen); | 60 | bool kthread_freezable_should_stop(bool *was_frozen); |
| 60 | void *kthread_data(struct task_struct *k); | 61 | void *kthread_data(struct task_struct *k); |
| 61 | void *kthread_probe_data(struct task_struct *k); | 62 | void *kthread_probe_data(struct task_struct *k); |
