Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/kernel/linux/linux-5.10/include/linux/
Dkthread.h62 bool kthread_should_park(void);
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/arch/s390/lib/
Dtest_unwind.c155 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/kernel/linux/linux-5.10/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/kernel/linux/linux-5.10/kernel/
Dsmpboot.c124 if (kthread_should_park()) { in smpboot_thread_fn()
Dkthread.c151 bool kthread_should_park(void) in kthread_should_park() function
155 EXPORT_SYMBOL_GPL(kthread_should_park);
/kernel/linux/linux-5.10/fs/btrfs/
Ddisk-io.c1766 if (kthread_should_park()) in cleaner_kthread()
/kernel/linux/linux-5.10/fs/
Dio_uring.c6875 if (kthread_should_park()) { in io_sq_thread()
6913 if (kthread_should_park()) in io_sq_thread()
/kernel/linux/linux-5.10/drivers/md/
Dmd.c7908 || kthread_should_stop() || kthread_should_park(), in md_thread()
7912 if (kthread_should_park()) in md_thread()