Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dkthread.c70 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() function
84 kthread = to_kthread(k); in free_kthread_struct()
100 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()
117 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(current)->flags); in kthread_should_park()
156 return to_kthread(task)->data; in kthread_data()
170 struct kthread *kthread = to_kthread(task); in kthread_probe_data()
201 __kthread_parkme(to_kthread(current)); in kthread_parkme()
450 set_bit(KTHREAD_IS_PER_CPU, &to_kthread(p)->flags); in kthread_create_on_cpu()
451 to_kthread(p)->cpu = cpu; in kthread_create_on_cpu()
465 struct kthread *kthread = to_kthread(k); in kthread_unpark()
[all …]