/Linux-v5.15/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.15/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.15/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 | 47 if (kthread_should_stop()) in busy_wait() 137 while (!kthread_should_stop()) { in preemptirq_delay_run()
|
/Linux-v5.15/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.15/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.15/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.15/drivers/gpu/drm/i915/gvt/ |
D | gvt.c | 106 while (!kthread_should_stop()) { in gvt_service_thread() 108 kthread_should_stop() || gvt->service_request); in gvt_service_thread() 110 if (kthread_should_stop()) in gvt_service_thread()
|
/Linux-v5.15/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-touch.c | 68 if (kthread_should_stop()) in vivid_thread_touch_cap() 132 !kthread_should_stop()) in vivid_thread_touch_cap()
|
/Linux-v5.15/fs/ext4/ |
D | mmp.c | 159 while (!kthread_should_stop() && !sb_rdonly(sb)) { in kmmpd() 243 while (!kthread_should_stop()) { in kmmpd() 245 if (!kthread_should_stop()) in kmmpd()
|
/Linux-v5.15/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.15/fs/dlm/ |
D | recoverd.c | 297 if (kthread_should_stop()) { in dlm_recoverd() 303 if (kthread_should_stop()) in dlm_recoverd()
|
/Linux-v5.15/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.15/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.15/kernel/ |
D | freezer.c | 71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
|
/Linux-v5.15/drivers/md/bcache/ |
D | writeback.c | 456 while (!kthread_should_stop() && in read_dirty() 533 while (!kthread_should_stop() && in read_dirty() 705 while (!kthread_should_stop() && in bch_writeback_thread() 720 if (kthread_should_stop() || in bch_writeback_thread() 784 !kthread_should_stop() && in bch_writeback_thread()
|
/Linux-v5.15/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.15/arch/powerpc/kernel/ |
D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
/Linux-v5.15/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.15/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() 1032 } while (!kthread_should_stop()); in xen_blk_drain_io() 1108 if (kthread_should_stop()) { in __do_block_io_op()
|
/Linux-v5.15/kernel/power/ |
D | swap.c | 607 kthread_should_stop()); in crc32_threadfn() 608 if (kthread_should_stop()) { in crc32_threadfn() 650 kthread_should_stop()); in lzo_compress_threadfn() 651 if (kthread_should_stop()) { in lzo_compress_threadfn() 1136 kthread_should_stop()); in lzo_decompress_threadfn() 1137 if (kthread_should_stop()) { in lzo_decompress_threadfn()
|
/Linux-v5.15/drivers/parisc/ |
D | power.c | 158 } while (!kthread_should_stop()); in kpowerswd()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
D | util.c | 117 while (!kthread_should_stop()) { in __mt76_worker_fn()
|