Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dutil.c116 if (kthread_should_park()) { in __mt76_worker_fn()
/linux-6.15/include/linux/
H A Dkthread.h92 bool kthread_should_park(void);
/linux-6.15/kernel/
H A Dsmpboot.c124 if (kthread_should_park()) { in smpboot_thread_fn()
H A Dkthread.c189 bool kthread_should_park(void) in kthread_should_park() function
193 EXPORT_SYMBOL_GPL(kthread_should_park);
/linux-6.15/drivers/firmware/psci/
H A Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c508 if (kthread_should_stop() || kthread_should_park()) in xfs_zone_gc_select_victim()
1083 if (kthread_should_park()) { in xfs_zoned_gcd()
/linux-6.15/arch/s390/lib/
H A Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux-6.15/kernel/rcu/
H A Dtree_nocb.h876 return !READ_ONCE(rdp->nocb_cb_sleep) || kthread_should_park(); in nocb_cb_wait_cond()
893 if (kthread_should_park()) { in nocb_cb_wait()
/linux-6.15/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c578 if (kthread_should_park()) { in qcaspi_spi_thread()
/linux-6.15/fs/btrfs/
H A Ddisk-io.c1542 if (kthread_should_park()) in cleaner_kthread()
/linux-6.15/drivers/md/
H A Dmd.c8053 || kthread_should_stop() || kthread_should_park(), in md_thread()
8057 if (kthread_should_park()) in md_thread()