Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/linux-6.6.21/include/linux/
Dkthread.h90 bool kthread_should_park(void);
/linux-6.6.21/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.6.21/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/linux-6.6.21/arch/s390/lib/
Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux-6.6.21/drivers/gpu/drm/scheduler/
Dsched_main.c990 if (kthread_should_park()) { in drm_sched_blocked()
/linux-6.6.21/drivers/net/ethernet/qualcomm/
Dqca_spi.c583 if (kthread_should_park()) { in qcaspi_spi_thread()
/linux-6.6.21/fs/btrfs/
Ddisk-io.c1524 if (kthread_should_park()) in cleaner_kthread()
/linux-6.6.21/drivers/md/
Dmd.c7990 || kthread_should_stop() || kthread_should_park(), in md_thread()
7994 if (kthread_should_park()) in md_thread()