Home
last modified time | relevance | path

Searched refs:__kthread_parkme (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dkthread.c230 static void __kthread_parkme(struct kthread *self) in __kthread_parkme() function
261 __kthread_parkme(to_kthread(current)); in kthread_parkme()
312 __kthread_parkme(self); in kthread()
568 * __kthread_parkme() will either see !SHOULD_PARK or get the wakeup. in kthread_unpark()
600 * Wait for __kthread_parkme() to complete(), this means we in kthread_park()
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c267 static void __kthread_parkme(struct kthread *self) in __kthread_parkme() function
298 __kthread_parkme(to_kthread(current)); in kthread_parkme()
387 __kthread_parkme(self); in kthread()
634 * __kthread_parkme() will either see !SHOULD_PARK or get the wakeup. in kthread_unpark()
666 * Wait for __kthread_parkme() to complete(), this means we in kthread_park()

Completed in 5 milliseconds