Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/linux-6.1.9/include/linux/
Dkthread.h90 bool kthread_should_park(void);
/linux-6.1.9/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-6.1.9/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/linux-6.1.9/arch/s390/lib/
Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux-6.1.9/drivers/gpu/drm/scheduler/
Dsched_main.c902 if (kthread_should_park()) { in drm_sched_blocked()
/linux-6.1.9/fs/btrfs/
Ddisk-io.c1855 if (kthread_should_park()) in cleaner_kthread()
/linux-6.1.9/drivers/md/
Dmd.c7892 || kthread_should_stop() || kthread_should_park(), in md_thread()
7896 if (kthread_should_park()) in md_thread()