Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/Linux-v5.10/include/linux/
Dkthread.h59 bool kthread_should_park(void);
/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_main.c681 kthread_should_park()) in drm_sched_get_cleanup_job()
748 if (kthread_should_park()) { in drm_sched_blocked()
/Linux-v5.10/arch/s390/lib/
Dtest_unwind.c155 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/Linux-v5.10/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/Linux-v5.10/kernel/
Dsmpboot.c125 if (kthread_should_park()) { in smpboot_thread_fn()
Dkthread.c132 bool kthread_should_park(void) in kthread_should_park() function
136 EXPORT_SYMBOL_GPL(kthread_should_park);
/Linux-v5.10/fs/btrfs/
Ddisk-io.c1758 if (kthread_should_park()) in cleaner_kthread()
/Linux-v5.10/fs/
Dio_uring.c6774 if (kthread_should_park()) in io_sq_thread()
6803 if (kthread_should_park()) in io_sq_thread()
/Linux-v5.10/drivers/md/
Dmd.c7921 || kthread_should_stop() || kthread_should_park(), in md_thread()
7925 if (kthread_should_park()) in md_thread()