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
90 struct kthread *kthread = to_kthread(tsk); in get_kthread_comm()
104 if (WARN_ON_ONCE(to_kthread(p))) in set_kthread_struct()
129 kthread = to_kthread(k); in free_kthread_struct()
150 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()
156 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(k)->flags); in __kthread_should_park()
236 return to_kthread(task)->data; in kthread_data()
290 __kthread_parkme(to_kthread(current)); in kthread_parkme()
352 struct kthread *kthread = to_kthread(current); in kthread_affine_node()
391 self = to_kthread(current); in kthread()
[all …]