| /linux/drivers/accessibility/speakup/ |
| H A D | thread.c | 32 should_break = kthread_should_stop() || in speakup_thread() 45 if (kthread_should_stop()) in speakup_thread()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-cec.c | 134 kthread_should_stop()); in vivid_cec_bus_thread() 135 if (kthread_should_stop()) in vivid_cec_bus_thread() 202 if (kthread_should_stop()) in vivid_cec_bus_thread() 208 if (kthread_should_stop()) in vivid_cec_bus_thread() 256 !xfer_ready(dev) && !kthread_should_stop()) { in vivid_cec_bus_thread()
|
| H A D | vivid-kthread-touch.c | 73 if (kthread_should_stop()) in vivid_thread_touch_cap() 144 wait_event_interruptible_timeout(wait, kthread_should_stop(), in vivid_thread_touch_cap()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 82 return test_error || kthread_should_stop(); in break_test() 376 while (!kthread_should_stop()) { in wait_to_die() 397 if (!kthread_should_stop()) in ring_buffer_consumer_thread() 426 if (!kthread_should_stop()) in ring_buffer_producer_thread()
|
| H A D | preemptirq_delay_test.c | 45 if (kthread_should_stop()) in busy_wait() 138 while (!kthread_should_stop()) { in preemptirq_delay_run()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 93 if (kthread_should_stop()) in ip_vs_chain_estimation() 157 if (kthread_should_stop()) in ip_vs_tick_estimation() 198 if (kthread_should_stop()) in ip_vs_estimation_kthread() 612 if (kthread_should_stop()) in ip_vs_est_drain_temp_list() 664 wait_event_idle_timeout(wq, kthread_should_stop(), in ip_vs_est_calc_limits() 666 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits() 684 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits() 790 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_phase() 812 if (kthread_should_stop()) in ip_vs_est_calc_phase()
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.h | 85 bool kthread_should_stop = test_bit(LTL_KTHREAD_SHOULD_STOP, mon->atoms); in ltl_start() local 87 bool val32 = abort_sleep || kthread_should_stop; in ltl_start() 134 bool kthread_should_stop = test_bit(LTL_KTHREAD_SHOULD_STOP, mon->atoms); in ltl_possible_next_states() local 136 bool val32 = abort_sleep || kthread_should_stop; in ltl_possible_next_states()
|
| /linux/samples/trace_events/ |
| H A D | trace-events-sample.c | 65 while (!kthread_should_stop()) in simple_thread() 88 while (!kthread_should_stop()) in simple_thread_fn()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_core.c | 428 if (kthread_should_stop()) in event_thread() 440 } while (atomic_read(&extracting) && !kthread_should_stop()); in event_thread() 441 if (kthread_should_stop()) in event_thread() 459 if (kthread_should_stop() || signal_pending(current)) in poll_thread() 472 } while (atomic_read(&extracting) && !kthread_should_stop()); in poll_thread()
|
| /linux/drivers/mmc/core/ |
| H A 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/drivers/net/wwan/t7xx/ |
| H A 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()
|
| H A 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()
|
| H A D | t7xx_state_monitor.c | 164 if (kthread_should_stop()) in fsm_wait_for_event() 443 while (!kthread_should_stop()) { in fsm_main_thread() 445 kthread_should_stop())) in fsm_main_thread() 448 if (kthread_should_stop()) in fsm_main_thread()
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_test_rqspinlock.c | 53 while (!kthread_should_stop()) { in rqspinlock_worker_fn() 72 while (!kthread_should_stop()) { in rqspinlock_worker_fn()
|
| /linux/fs/ext4/ |
| H A D | mmp.c | 165 while (!kthread_should_stop() && !ext4_emergency_state(sb)) { in kmmpd() 249 while (!kthread_should_stop()) { in kmmpd() 251 if (!kthread_should_stop()) in kmmpd()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-dvb.c | 34 if (kthread_should_stop()) break; in pvr2_dvb_feed_func() 64 kthread_should_stop()); in pvr2_dvb_feed_func() 80 while (!kthread_should_stop()) { in pvr2_dvb_feed_thread()
|
| /linux/drivers/usb/usbip/ |
| H A D | vhci_tx.c | 240 while (!kthread_should_stop()) { in vhci_tx_loop() 250 kthread_should_stop())); in vhci_tx_loop()
|
| H A D | vudc_tx.c | 227 while (!kthread_should_stop()) { in v_tx_loop() 237 kthread_should_stop())); in v_tx_loop()
|
| /linux/samples/ftrace/ |
| H A D | sample-trace-array.c | 82 while (!kthread_should_stop()) in simple_thread()
|
| /linux/drivers/md/bcache/ |
| H A 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/drivers/tty/ |
| H A 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/fs/dlm/ |
| H A D | recoverd.c | 411 if (kthread_should_stop()) { in dlm_recoverd() 417 if (kthread_should_stop()) in dlm_recoverd()
|
| /linux/arch/s390/mm/ |
| H A D | cmm.c | 169 kthread_should_stop()); in cmm_thread() 170 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | util.c | 113 while (!kthread_should_stop()) { in __mt76_worker_fn()
|