Searched refs:kthread_should_park (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | util.c | 120 if (kthread_should_park()) { in __mt76_worker_fn()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | util.c | 120 if (kthread_should_park()) { in __mt76_worker_fn()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kthread.h | 62 bool kthread_should_park(void);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kthread.h | 90 bool kthread_should_park(void);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | smpboot.c | 124 if (kthread_should_park()) { in smpboot_thread_fn()
|
H A D | kthread.c | 168 * kthread_should_park - should this kthread park now? 178 bool kthread_should_park(void) in kthread_should_park() function 182 EXPORT_SYMBOL_GPL(kthread_should_park); variable 617 * Sets kthread_should_park() for @k to return false, wakes it, and 644 * Sets kthread_should_park() for @k to return true, wakes it, and
|
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/ |
H A D | sched_main.c | 681 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/ |
H A D | test_unwind.c | 155 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
|
/kernel/linux/linux-5.10/drivers/firmware/psci/ |
H A D | psci_checker.c | 354 if (kthread_should_park()) in suspend_test_thread()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | smpboot.c | 124 if (kthread_should_park()) { in smpboot_thread_fn()
|
H A D | kthread.c | 141 * kthread_should_park - should this kthread park now? 151 bool kthread_should_park(void) in kthread_should_park() function 155 EXPORT_SYMBOL_GPL(kthread_should_park); variable 551 * Sets kthread_should_park() for @k to return false, wakes it, and 578 * Sets kthread_should_park() for @k to return true, wakes it, and
|
/kernel/linux/linux-6.6/drivers/firmware/psci/ |
H A D | psci_checker.c | 354 if (kthread_should_park()) in suspend_test_thread()
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | test_unwind.c | 325 wait_event(u->task_wq, kthread_should_park()); in unwindme_func4()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 576 if (kthread_should_park()) { in qcaspi_spi_thread()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/ |
H A D | qca_spi.c | 583 if (kthread_should_park()) { in qcaspi_spi_thread()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/ |
H A D | sched_main.c | 990 if (kthread_should_park()) { in drm_sched_blocked()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | disk-io.c | 1776 if (kthread_should_park()) in cleaner_kthread()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | disk-io.c | 1524 if (kthread_should_park()) in cleaner_kthread()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 7968 || kthread_should_stop() || kthread_should_park(), in md_thread() 7972 if (kthread_should_park()) in md_thread()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 7996 || kthread_should_stop() || kthread_should_park(), in md_thread() 8000 if (kthread_should_park()) in md_thread()
|
Completed in 45 milliseconds