Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dkthread.c71 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() function
120 kthread = to_kthread(k); in free_kthread_struct()
136 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()
142 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(k)->flags); in __kthread_should_park()
213 return to_kthread(task)->data; in kthread_data()
267 __kthread_parkme(to_kthread(current)); in kthread_parkme()
282 self = to_kthread(current); in kthread()
523 to_kthread(p)->cpu = cpu; in kthread_create_on_cpu()
529 struct kthread *kthread = to_kthread(k); in kthread_set_per_cpu()
563 struct kthread *kthread = to_kthread(k); in kthread_unpark()
[all …]