| /Linux-v5.4/drivers/staging/speakup/ |
| D | thread.c | 32 should_break = kthread_should_stop() || in speakup_thread() 45 if (kthread_should_stop()) in speakup_thread()
|
| /Linux-v5.4/samples/trace_events/ |
| D | trace-events-sample.c | 52 while (!kthread_should_stop()) in simple_thread() 75 while (!kthread_should_stop()) in simple_thread_fn()
|
| /Linux-v5.4/kernel/trace/ |
| D | ring_buffer_benchmark.c | 82 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()
|
| D | preemptirq_delay_test.c | 32 if (kthread_should_stop()) in busy_wait()
|
| D | trace_benchmark.c | 152 while (!kthread_should_stop()) { in benchmark_event_kthread()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | rng.c | 85 while (!kthread_should_stop()) { in ath9k_rng_kthread() 91 kthread_should_stop(), in ath9k_rng_kthread()
|
| /Linux-v5.4/drivers/pci/hotplug/ |
| D | cpci_hotplug_core.c | 441 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/ |
| D | sdio_irq.c | 188 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/ |
| D | usb-tx.c | 199 (kthread_should_stop() /* check this first! */ in i2400mu_txd() 202 if (kthread_should_stop()) in i2400mu_txd()
|
| D | usb-rx.c | 350 (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/ |
| D | gvt.c | 215 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/ |
| D | writeback.c | 414 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/ |
| D | recoverd.c | 295 if (kthread_should_stop()) { in dlm_recoverd() 301 if (kthread_should_stop()) in dlm_recoverd()
|
| /Linux-v5.4/drivers/usb/usbip/ |
| D | vhci_tx.c | 240 while (!kthread_should_stop()) { in vhci_tx_loop() 250 kthread_should_stop())); in vhci_tx_loop()
|
| D | vudc_tx.c | 227 while (!kthread_should_stop()) { in v_tx_loop() 237 kthread_should_stop())); in v_tx_loop()
|
| /Linux-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-dvb.c | 34 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/ |
| D | freezer.c | 71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
|
| D | kthread.c | 101 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/ |
| D | mips_ejtag_fdc.c | 490 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/ |
| D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
| /Linux-v5.4/drivers/parisc/ |
| D | power.c | 157 } while (!kthread_should_stop()); in kpowerswd()
|
| /Linux-v5.4/kernel/power/ |
| D | swap.c | 598 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/ |
| D | background.c | 115 if (kthread_should_stop()) { in jffs2_garbage_collect_thread()
|
| /Linux-v5.4/arch/s390/mm/ |
| D | cmm.c | 156 kthread_should_stop()); in cmm_thread() 157 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
|
| /Linux-v5.4/drivers/media/pci/saa7134/ |
| D | saa7134-tvaudio.c | 305 !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()
|