/linux-6.6.21/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.6.21/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.6.21/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.6.21/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.6.21/net/netfilter/ipvs/ |
D | ip_vs_est.c | 92 if (kthread_should_stop()) in ip_vs_chain_estimation() 156 if (kthread_should_stop()) in ip_vs_tick_estimation() 197 if (kthread_should_stop()) in ip_vs_estimation_kthread() 610 if (kthread_should_stop()) in ip_vs_est_drain_temp_list() 662 wait_event_idle_timeout(wq, kthread_should_stop(), in ip_vs_est_calc_limits() 664 if (!ipvs->enable || kthread_should_stop()) in ip_vs_est_calc_limits() 682 if (!ipvs->enable || kthread_should_stop()) in ip_vs_est_calc_limits() 788 if (!ipvs->enable || kthread_should_stop()) in ip_vs_est_calc_phase() 810 if (kthread_should_stop()) in ip_vs_est_calc_phase()
|
/linux-6.6.21/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.6.21/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.6.21/drivers/net/wwan/t7xx/ |
D | t7xx_port_ctrl_msg.c | 218 while (!kthread_should_stop()) { in port_ctl_rx_thread() 227 kthread_should_stop())) { in port_ctl_rx_thread() 231 if (kthread_should_stop()) { in port_ctl_rx_thread()
|
D | t7xx_state_monitor.c | 150 if (kthread_should_stop()) in fsm_wait_for_event() 357 while (!kthread_should_stop()) { in fsm_main_thread() 359 kthread_should_stop())) in fsm_main_thread() 362 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.6.21/fs/ext4/ |
D | mmp.c | 165 while (!kthread_should_stop() && !ext4_forced_shutdown(sb)) { in kmmpd() 249 while (!kthread_should_stop()) { in kmmpd() 251 if (!kthread_should_stop()) in kmmpd()
|
/linux-6.6.21/samples/ftrace/ |
D | sample-trace-array.c | 82 while (!kthread_should_stop()) in simple_thread()
|
D | ftrace-direct-modify.c | 180 while (!kthread_should_stop()) { in simple_thread()
|
D | ftrace-direct-multi-modify.c | 200 while (!kthread_should_stop()) { in simple_thread()
|
/linux-6.6.21/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.6.21/fs/dlm/ |
D | recoverd.c | 321 if (kthread_should_stop()) { in dlm_recoverd() 327 if (kthread_should_stop()) in dlm_recoverd()
|
/linux-6.6.21/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.6.21/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.6.21/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.6.21/arch/powerpc/kernel/ |
D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
/linux-6.6.21/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.6.21/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()
|