Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.c120 if (kthread_should_park()) { in smpboot_thread_fn()
H A Dkthread.c170 bool kthread_should_park(void) in kthread_should_park() function
174 EXPORT_SYMBOL_GPL(kthread_should_park);
/linux/include/linux/
H A Dkthread.h110 bool kthread_should_park(void);
/linux/drivers/firmware/psci/
H A Dpsci_checker.c342 if (kthread_should_park()) in suspend_test_thread()
/linux/fs/xfs/
H A Dxfs_zone_gc.c696 if (kthread_should_stop() || kthread_should_park()) in xfs_zone_gc_can_start_chunk()
1140 if (kthread_should_park()) { in xfs_zoned_gcd()
/linux/arch/s390/lib/
H A Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux/kernel/rcu/
H A Dtree_nocb.h932 return !READ_ONCE(rdp->nocb_cb_sleep) || kthread_should_park(); in nocb_cb_wait_cond()
949 if (kthread_should_park()) { in nocb_cb_wait()
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c578 if (kthread_should_park()) { in qcaspi_spi_thread()
/linux/fs/btrfs/
H A Ddisk-io.c1519 if (kthread_should_park()) in cleaner_kthread()
/linux/drivers/md/
H A Dmd.c8699 || kthread_should_stop() || kthread_should_park(), in md_thread()
8703 if (kthread_should_park()) in md_thread()