Home
last modified time | relevance | path

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

/kernel/
Dkthread.c59 static inline struct kthread *to_kthread(struct task_struct *k) in to_kthread() function
81 return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags); in kthread_should_stop()
98 return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(current)->flags); in kthread_should_park()
136 return to_kthread(task)->data; in kthread_data()
150 struct kthread *kthread = to_kthread(task); in probe_kthread_data()
172 __kthread_parkme(to_kthread(current)); in kthread_parkme()
339 set_bit(KTHREAD_IS_PER_CPU, &to_kthread(p)->flags); in kthread_create_on_cpu()
340 to_kthread(p)->cpu = cpu; in kthread_create_on_cpu()