Home
last modified time | relevance | path

Searched refs:kthread_should_stop (Results 1 – 25 of 159) sorted by relevance

1234567

/linux/net/netfilter/ipvs/
H A Dip_vs_est.c97 if (kthread_should_stop()) in ip_vs_chain_estimation()
161 if (kthread_should_stop()) in ip_vs_tick_estimation()
196 if (kthread_should_stop() || !READ_ONCE(ipvs->enable)) in ip_vs_estimation_kthread()
205 if (kthread_should_stop()) in ip_vs_estimation_kthread()
629 if (kthread_should_stop()) in ip_vs_est_drain_temp_list()
681 wait_event_idle_timeout(wq, kthread_should_stop(), in ip_vs_est_calc_limits()
683 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits()
701 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits()
775 if (kthread_should_stop() || !READ_ONCE(ipvs->enable)) { in ip_vs_est_calc_phase()
809 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_phase()
[all …]
/linux/drivers/accessibility/speakup/
H A Dthread.c32 should_break = kthread_should_stop() || in speakup_thread()
45 if (kthread_should_stop()) in speakup_thread()
/linux/kernel/trace/
H A Dring_buffer_benchmark.c82 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 Dtrace_benchmark.c151 while (!kthread_should_stop()) { in benchmark_event_kthread()
/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c428 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 Dsdio_irq.c187 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/samples/trace_events/
H A Dtrace-events-sample.c65 while (!kthread_should_stop()) in simple_thread()
88 while (!kthread_should_stop()) in simple_thread_fn()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c232 while (!kthread_should_stop()) { in port_ctl_rx_thread()
241 kthread_should_stop())) { in port_ctl_rx_thread()
245 if (kthread_should_stop()) { in port_ctl_rx_thread()
H A Dt7xx_state_monitor.c164 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/lib/
H A Dtest_workqueue.c74 if (kthread_should_stop()) in bench_kthread_fn()
96 while (!kthread_should_stop()) in bench_kthread_fn()
H A Dlwq.c94 while (!kthread_should_stop()) in lwq_exercise()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c34 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 Dvhci_tx.c240 while (!kthread_should_stop()) { in vhci_tx_loop()
250 kthread_should_stop())); in vhci_tx_loop()
H A Dvudc_tx.c227 while (!kthread_should_stop()) { in v_tx_loop()
237 kthread_should_stop())); in v_tx_loop()
H A Dstub_tx.c419 while (!kthread_should_stop()) { in stub_tx_loop()
446 kthread_should_stop())); in stub_tx_loop()
/linux/samples/ftrace/
H A Dsample-trace-array.c82 while (!kthread_should_stop()) in simple_thread()
H A Dftrace-direct-modify.c298 while (!kthread_should_stop()) { in simple_thread()
/linux/drivers/tty/
H A Dmips_ejtag_fdc.c491 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/arch/powerpc/kernel/
H A Deeh_event.c44 while (!kthread_should_stop()) { in eeh_event_handler()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c305 !kthread_should_stop()) { in tvaudio_sleep()
471 if (kthread_should_stop()) in tvaudio_thread()
590 if (kthread_should_stop()) in tvaudio_thread()
768 if (kthread_should_stop()) in tvaudio_thread_ddep()
/linux/drivers/dma-buf/
H A Dst-dma-fence.c372 while (!err && !kthread_should_stop()) { in thread_signal_callback()
390 } while (!f2 && !kthread_should_stop()); in thread_signal_callback()
/linux/drivers/char/
H A Dapm-emulation.c464 !queue_empty(&kapmd_queue) || kthread_should_stop()); in kapmd()
466 if (kthread_should_stop()) in kapmd()
/linux/fs/ecryptfs/
H A Dkthread.c51 || kthread_should_stop())); in ecryptfs_threadfn()
/linux/drivers/parisc/
H A Dpower.c150 } while (!kthread_should_stop()); in kpowerswd()
/linux/lib/tests/
H A Dtest_ratelimit.c87 while (!kthread_should_stop()) { in test_ratelimit_stress_child()

1234567