Home
last modified time | relevance | path

Searched refs:kthread_should_stop (Results 1 – 25 of 227) sorted by relevance

12345678910

/Linux-v5.4/drivers/staging/speakup/
Dthread.c32 should_break = kthread_should_stop() || in speakup_thread()
45 if (kthread_should_stop()) in speakup_thread()
/Linux-v5.4/samples/trace_events/
Dtrace-events-sample.c52 while (!kthread_should_stop()) in simple_thread()
75 while (!kthread_should_stop()) in simple_thread_fn()
/Linux-v5.4/kernel/trace/
Dring_buffer_benchmark.c82 return test_error || kthread_should_stop(); in break_test()
374 while (!kthread_should_stop()) { in wait_to_die()
395 if (!kthread_should_stop()) in ring_buffer_consumer_thread()
424 if (!kthread_should_stop()) in ring_buffer_producer_thread()
Dpreemptirq_delay_test.c32 if (kthread_should_stop()) in busy_wait()
Dtrace_benchmark.c152 while (!kthread_should_stop()) { in benchmark_event_kthread()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Drng.c85 while (!kthread_should_stop()) { in ath9k_rng_kthread()
91 kthread_should_stop(), in ath9k_rng_kthread()
/Linux-v5.4/drivers/pci/hotplug/
Dcpci_hotplug_core.c441 if (kthread_should_stop()) in event_thread()
453 } while (atomic_read(&extracting) && !kthread_should_stop()); in event_thread()
454 if (kthread_should_stop()) in event_thread()
472 if (kthread_should_stop() || signal_pending(current)) in poll_thread()
485 } while (atomic_read(&extracting) && !kthread_should_stop()); in poll_thread()
/Linux-v5.4/drivers/mmc/core/
Dsdio_irq.c188 if (!kthread_should_stop()) in sdio_irq_thread()
211 if (!kthread_should_stop()) in sdio_irq_thread()
214 } while (!kthread_should_stop()); in sdio_irq_thread()
/Linux-v5.4/drivers/net/wimax/i2400m/
Dusb-tx.c199 (kthread_should_stop() /* check this first! */ in i2400mu_txd()
202 if (kthread_should_stop()) in i2400mu_txd()
Dusb-rx.c350 (kthread_should_stop() /* check this first! */ in i2400mu_rxd()
353 if (kthread_should_stop()) in i2400mu_rxd()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dgvt.c215 while (!kthread_should_stop()) { in gvt_service_thread()
217 kthread_should_stop() || gvt->service_request); in gvt_service_thread()
219 if (kthread_should_stop()) in gvt_service_thread()
/Linux-v5.4/drivers/md/bcache/
Dwriteback.c414 while (!kthread_should_stop() && in read_dirty()
494 while (!kthread_should_stop() && in read_dirty()
662 while (!kthread_should_stop() && in bch_writeback_thread()
677 if (kthread_should_stop() || in bch_writeback_thread()
732 !kthread_should_stop() && in bch_writeback_thread()
/Linux-v5.4/fs/dlm/
Drecoverd.c295 if (kthread_should_stop()) { in dlm_recoverd()
301 if (kthread_should_stop()) in dlm_recoverd()
/Linux-v5.4/drivers/usb/usbip/
Dvhci_tx.c240 while (!kthread_should_stop()) { in vhci_tx_loop()
250 kthread_should_stop())); in vhci_tx_loop()
Dvudc_tx.c227 while (!kthread_should_stop()) { in v_tx_loop()
237 kthread_should_stop())); in v_tx_loop()
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c34 if (kthread_should_stop()) break; in pvr2_dvb_feed_func()
68 kthread_should_stop()); in pvr2_dvb_feed_func()
84 while (!kthread_should_stop()) { in pvr2_dvb_feed_thread()
/Linux-v5.4/kernel/
Dfreezer.c71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
Dkthread.c101 bool kthread_should_stop(void) in kthread_should_stop() function
105 EXPORT_SYMBOL(kthread_should_stop);
151 return kthread_should_stop(); in kthread_freezable_should_stop()
651 if (kthread_should_stop()) { in kthread_worker_fn()
/Linux-v5.4/drivers/tty/
Dmips_ejtag_fdc.c490 while (!kthread_should_stop()) { in mips_ejtag_fdc_put()
494 kthread_should_stop()); in mips_ejtag_fdc_put()
495 if (kthread_should_stop()) in mips_ejtag_fdc_put()
514 kthread_should_stop()); in mips_ejtag_fdc_put()
515 if (kthread_should_stop()) in mips_ejtag_fdc_put()
/Linux-v5.4/arch/powerpc/kernel/
Deeh_event.c44 while (!kthread_should_stop()) { in eeh_event_handler()
/Linux-v5.4/drivers/parisc/
Dpower.c157 } while (!kthread_should_stop()); in kpowerswd()
/Linux-v5.4/kernel/power/
Dswap.c598 kthread_should_stop()); in crc32_threadfn()
599 if (kthread_should_stop()) { in crc32_threadfn()
641 kthread_should_stop()); in lzo_compress_threadfn()
642 if (kthread_should_stop()) { in lzo_compress_threadfn()
1125 kthread_should_stop()); in lzo_decompress_threadfn()
1126 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/Linux-v5.4/fs/jffs2/
Dbackground.c115 if (kthread_should_stop()) { in jffs2_garbage_collect_thread()
/Linux-v5.4/arch/s390/mm/
Dcmm.c156 kthread_should_stop()); in cmm_thread()
157 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c305 !kthread_should_stop()) { in tvaudio_sleep()
471 if (kthread_should_stop()) in tvaudio_thread()
590 if (kthread_should_stop()) in tvaudio_thread()
767 if (kthread_should_stop()) in tvaudio_thread_ddep()

12345678910