| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 97 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 D | thread.c | 32 should_break = kthread_should_stop() || in speakup_thread() 45 if (kthread_should_stop()) in speakup_thread()
|
| /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 | trace_benchmark.c | 151 while (!kthread_should_stop()) { in benchmark_event_kthread()
|
| /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/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/net/wwan/t7xx/ |
| H A D | t7xx_port_ctrl_msg.c | 232 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 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/lib/ |
| H A D | test_workqueue.c | 74 if (kthread_should_stop()) in bench_kthread_fn() 96 while (!kthread_should_stop()) in bench_kthread_fn()
|
| H A D | lwq.c | 94 while (!kthread_should_stop()) in lwq_exercise()
|
| /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()
|
| H A D | stub_tx.c | 419 while (!kthread_should_stop()) { in stub_tx_loop() 446 kthread_should_stop())); in stub_tx_loop()
|
| /linux/samples/ftrace/ |
| H A D | sample-trace-array.c | 82 while (!kthread_should_stop()) in simple_thread()
|
| H A D | ftrace-direct-modify.c | 298 while (!kthread_should_stop()) { in simple_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/arch/powerpc/kernel/ |
| H A D | eeh_event.c | 44 while (!kthread_should_stop()) { in eeh_event_handler()
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-tvaudio.c | 305 !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 D | st-dma-fence.c | 372 while (!err && !kthread_should_stop()) { in thread_signal_callback() 390 } while (!f2 && !kthread_should_stop()); in thread_signal_callback()
|
| /linux/drivers/char/ |
| H A D | apm-emulation.c | 464 !queue_empty(&kapmd_queue) || kthread_should_stop()); in kapmd() 466 if (kthread_should_stop()) in kapmd()
|
| /linux/fs/ecryptfs/ |
| H A D | kthread.c | 51 || kthread_should_stop())); in ecryptfs_threadfn()
|
| /linux/drivers/parisc/ |
| H A D | power.c | 150 } while (!kthread_should_stop()); in kpowerswd()
|
| /linux/lib/tests/ |
| H A D | test_ratelimit.c | 87 while (!kthread_should_stop()) { in test_ratelimit_stress_child()
|