Searched refs:to_kthread (Results 1 – 1 of 1) sorted by relevance
73 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() function100 struct kthread *kthread = to_kthread(tsk); in get_kthread_comm()114 if (WARN_ON_ONCE(to_kthread(p))) in set_kthread_struct()136 kthread = to_kthread(k); in free_kthread_struct()157 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()163 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(k)->flags); in __kthread_should_park()244 return to_kthread(task)->data; in kthread_data()298 __kthread_parkme(to_kthread(current)); in kthread_parkme()314 struct kthread *kthread = to_kthread(current); in kthread_exit()351 self = to_kthread(current); in kthread()[all …]