Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/linux-5.19.10/include/linux/
Dkthread.h90 bool kthread_should_park(void);
/linux-5.19.10/kernel/
Dsmpboot.c124 if (kthread_should_park()) { in smpboot_thread_fn()
Dkthread.c178 bool kthread_should_park(void) in kthread_should_park() function
182 EXPORT_SYMBOL_GPL(kthread_should_park);
/linux-5.19.10/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/linux-5.19.10/arch/s390/lib/
Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux-5.19.10/drivers/gpu/drm/scheduler/
Dsched_main.c898 if (kthread_should_park()) { in drm_sched_blocked()
/linux-5.19.10/fs/btrfs/
Ddisk-io.c1957 if (kthread_should_park()) in cleaner_kthread()
/linux-5.19.10/drivers/md/
Dmd.c7894 || kthread_should_stop() || kthread_should_park(), in md_thread()
7898 if (kthread_should_park()) in md_thread()