/Linux-v5.10/drivers/accessibility/speakup/ |
D | thread.c | 32 should_break = kthread_should_stop() || in speakup_thread() 45 if (kthread_should_stop()) in speakup_thread()
|
/Linux-v5.10/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.10/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 | 42 if (kthread_should_stop()) in busy_wait() 123 while (!kthread_should_stop()) { in preemptirq_delay_run()
|
/Linux-v5.10/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.10/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.10/drivers/mmc/core/ |
D | sdio_irq.c | 187 if (!kthread_should_stop()) in sdio_irq_thread() 210 if (!kthread_should_stop()) in sdio_irq_thread() 213 } while (!kthread_should_stop()); in sdio_irq_thread()
|
/Linux-v5.10/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.10/drivers/gpu/drm/i915/gvt/ |
D | gvt.c | 213 while (!kthread_should_stop()) { in gvt_service_thread() 215 kthread_should_stop() || gvt->service_request); in gvt_service_thread() 217 if (kthread_should_stop()) in gvt_service_thread()
|
/Linux-v5.10/samples/ftrace/ |
D | ftrace-direct-modify.c | 55 while (!kthread_should_stop()) { in simple_thread()
|
D | sample-trace-array.c | 82 while (!kthread_should_stop()) in simple_thread()
|
/Linux-v5.10/fs/dlm/ |
D | recoverd.c | 295 if (kthread_should_stop()) { in dlm_recoverd() 301 if (kthread_should_stop()) in dlm_recoverd()
|
/Linux-v5.10/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.10/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.10/drivers/md/bcache/ |
D | writeback.c | 418 while (!kthread_should_stop() && in read_dirty() 496 while (!kthread_should_stop() && in read_dirty() 668 while (!kthread_should_stop() && in bch_writeback_thread() 683 if (kthread_should_stop() || in bch_writeback_thread() 738 !kthread_should_stop() && in bch_writeback_thread()
|
/Linux-v5.10/kernel/ |
D | freezer.c | 71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
|
D | kthread.c | 109 bool kthread_should_stop(void) in kthread_should_stop() function 113 EXPORT_SYMBOL(kthread_should_stop); 159 return kthread_should_stop(); in kthread_freezable_should_stop() 688 if (kthread_should_stop()) { in kthread_worker_fn()
|
/Linux-v5.10/kernel/rcu/ |
D | rcutorture.c | 900 while (!kthread_should_stop()) { in rcu_torture_boost() 908 if (kthread_should_stop()) in rcu_torture_boost() 956 !kthread_should_stop()) { in rcu_torture_boost() 971 while (!kthread_should_stop() || smp_load_acquire(&rbi.inflight)) { in rcu_torture_boost() 995 !kthread_should_stop()) { in rcu_torture_fqs() 1000 !kthread_should_stop()) { in rcu_torture_fqs() 1707 if (!kthread_should_stop() && stall_gp_kthread > 0) { in rcu_torture_stall() 1711 if (kthread_should_stop()) in rcu_torture_stall() 1716 if (!kthread_should_stop() && stall_cpu > 0) { in rcu_torture_stall() 1739 while (!kthread_should_stop()) in rcu_torture_stall() [all …]
|
/Linux-v5.10/drivers/tty/ |
D | mips_ejtag_fdc.c | 491 while (!kthread_should_stop()) { in mips_ejtag_fdc_put() 495 kthread_should_stop()); in mips_ejtag_fdc_put() 496 if (kthread_should_stop()) in mips_ejtag_fdc_put() 515 kthread_should_stop()); in mips_ejtag_fdc_put() 516 if (kthread_should_stop()) in mips_ejtag_fdc_put()
|
/Linux-v5.10/drivers/hwmon/ |
D | amd_energy.c | 182 while (!kthread_should_stop()) { in energy_accumulator() 190 if (kthread_should_stop()) in energy_accumulator()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
/Linux-v5.10/arch/s390/mm/ |
D | cmm.c | 153 kthread_should_stop()); in cmm_thread() 154 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
|
/Linux-v5.10/drivers/block/xen-blkback/ |
D | blkback.c | 560 while (!kthread_should_stop()) { in xen_blkif_schedule() 570 ring->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule() 577 kthread_should_stop(), in xen_blkif_schedule() 592 kthread_should_stop()); in xen_blkif_schedule() 1028 } while (!kthread_should_stop()); in xen_blk_drain_io() 1104 if (kthread_should_stop()) { in __do_block_io_op()
|