Home
last modified time | relevance | path

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

/linux/kernel/
H A Dkthread.c82 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() function
109 struct kthread *kthread = to_kthread(tsk); in get_kthread_comm()
123 if (WARN_ON_ONCE(to_kthread(p))) in set_kthread_struct()
148 kthread = to_kthread(k); in free_kthread_struct()
169 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()
175 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(k)->flags); in __kthread_should_park()
255 return to_kthread(task)->data; in kthread_data()
309 __kthread_parkme(to_kthread(current)); in kthread_parkme()
325 struct kthread *kthread = to_kthread(current); in kthread_exit()
381 struct kthread *kthread = to_kthread(current); in kthread_affine_node()
[all …]