Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dutil.c120 if (kthread_should_park()) { in __mt76_worker_fn()
/linux-6.12.1/include/linux/
Dkthread.h91 bool kthread_should_park(void);
/linux-6.12.1/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.12.1/drivers/firmware/psci/
Dpsci_checker.c354 if (kthread_should_park()) in suspend_test_thread()
/linux-6.12.1/arch/s390/lib/
Dtest_unwind.c325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
/linux-6.12.1/kernel/rcu/
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.12.1/drivers/net/ethernet/qualcomm/
Dqca_spi.c572 if (kthread_should_park()) { in qcaspi_spi_thread()
/linux-6.12.1/fs/btrfs/
Ddisk-io.c1546 if (kthread_should_park()) in cleaner_kthread()
/linux-6.12.1/drivers/md/
Dmd.c8035 || kthread_should_stop() || kthread_should_park(), in md_thread()
8039 if (kthread_should_park()) in md_thread()