/linux-6.1.9/drivers/accessibility/speakup/ |
D | thread.c | 32 should_break = kthread_should_stop() || in speakup_thread() 45 if (kthread_should_stop()) in speakup_thread()
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-cec.c | 117 kthread_should_stop()); in vivid_cec_bus_thread() 118 if (kthread_should_stop()) in vivid_cec_bus_thread() 185 if (kthread_should_stop()) in vivid_cec_bus_thread() 191 if (kthread_should_stop()) in vivid_cec_bus_thread() 221 !xfer_ready(dev) && !kthread_should_stop()) { in vivid_cec_bus_thread()
|
D | vivid-kthread-touch.c | 73 if (kthread_should_stop()) in vivid_thread_touch_cap() 139 !kthread_should_stop()) in vivid_thread_touch_cap()
|
/linux-6.1.9/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-6.1.9/samples/trace_events/ |
D | trace-events-sample.c | 65 while (!kthread_should_stop()) in simple_thread() 88 while (!kthread_should_stop()) in simple_thread_fn()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_port_ctrl_msg.c | 214 while (!kthread_should_stop()) { in port_ctl_rx_thread() 223 kthread_should_stop())) { in port_ctl_rx_thread() 227 if (kthread_should_stop()) { in port_ctl_rx_thread()
|
D | t7xx_state_monitor.c | 150 if (kthread_should_stop()) in fsm_wait_for_event() 348 while (!kthread_should_stop()) { in fsm_main_thread() 350 kthread_should_stop())) in fsm_main_thread() 353 if (kthread_should_stop()) in fsm_main_thread()
|
D | t7xx_hif_dpmaif_tx.c | 442 } while (!t7xx_tx_lists_are_all_empty(dpmaif_ctrl) && !kthread_should_stop() && in t7xx_do_tx_hw_push() 451 while (!kthread_should_stop()) { in t7xx_dpmaif_tx_hw_push_thread() 457 kthread_should_stop())) in t7xx_dpmaif_tx_hw_push_thread() 460 if (kthread_should_stop()) in t7xx_dpmaif_tx_hw_push_thread()
|
/linux-6.1.9/fs/ext4/ |
D | mmp.c | 157 while (!kthread_should_stop() && !sb_rdonly(sb)) { in kmmpd() 241 while (!kthread_should_stop()) { in kmmpd() 243 if (!kthread_should_stop()) in kmmpd()
|
/linux-6.1.9/fs/dlm/ |
D | recoverd.c | 323 if (kthread_should_stop()) { in dlm_recoverd() 329 if (kthread_should_stop()) in dlm_recoverd()
|
/linux-6.1.9/samples/ftrace/ |
D | sample-trace-array.c | 82 while (!kthread_should_stop()) in simple_thread()
|
D | ftrace-direct-modify.c | 107 while (!kthread_should_stop()) { in simple_thread()
|
D | ftrace-direct-multi-modify.c | 116 while (!kthread_should_stop()) { in simple_thread()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/drivers/md/bcache/ |
D | writeback.c | 495 while (!kthread_should_stop() && in read_dirty() 572 while (!kthread_should_stop() && in read_dirty() 747 while (!kthread_should_stop() && in bch_writeback_thread() 762 if (kthread_should_stop() || in bch_writeback_thread() 826 !kthread_should_stop() && in bch_writeback_thread()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
/linux-6.1.9/arch/s390/mm/ |
D | cmm.c | 153 kthread_should_stop()); in cmm_thread() 154 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
|
/linux-6.1.9/kernel/power/ |
D | swap.c | 609 kthread_should_stop()); in crc32_threadfn() 610 if (kthread_should_stop()) { in crc32_threadfn() 652 kthread_should_stop()); in lzo_compress_threadfn() 653 if (kthread_should_stop()) { in lzo_compress_threadfn() 1135 kthread_should_stop()); in lzo_decompress_threadfn() 1136 if (kthread_should_stop()) { in lzo_decompress_threadfn()
|
/linux-6.1.9/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() 1033 } while (!kthread_should_stop()); in xen_blk_drain_io() 1109 if (kthread_should_stop()) { in __do_block_io_op()
|