Home
last modified time | relevance | path

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

123456789

/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 Dpreemptirq_delay_test.c45 if (kthread_should_stop()) in busy_wait()
138 while (!kthread_should_stop()) { in preemptirq_delay_run()
H A Dtrace_benchmark.c151 while (!kthread_should_stop()) { in benchmark_event_kthread()
/linux/net/netfilter/ipvs/
H A Dip_vs_est.c92 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()
611 if (kthread_should_stop()) in ip_vs_est_drain_temp_list()
663 wait_event_idle_timeout(wq, kthread_should_stop(), in ip_vs_est_calc_limits()
665 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits()
683 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_limits()
789 if (!READ_ONCE(ipvs->enable) || kthread_should_stop()) in ip_vs_est_calc_phase()
811 if (kthread_should_stop()) in ip_vs_est_calc_phase()
/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.h85 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/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/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.c218 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 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()
H A Dt7xx_modem_ops.c513 while (!kthread_should_stop()) { in t7xx_core_hk_handler()
535 kthread_should_stop()); in t7xx_core_hk_handler()
536 if (kthread_should_stop()) in t7xx_core_hk_handler()
/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/fs/ext4/
H A Dmmp.c161 while (!kthread_should_stop() && !ext4_emergency_state(sb)) { in kmmpd()
245 while (!kthread_should_stop()) { in kmmpd()
247 if (!kthread_should_stop()) in kmmpd()
/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/kernel/power/
H A Dswap.c621 kthread_should_stop()); in crc32_threadfn()
622 if (kthread_should_stop()) { in crc32_threadfn()
666 kthread_should_stop()); in compress_threadfn()
667 if (kthread_should_stop()) { in compress_threadfn()
1164 kthread_should_stop()); in decompress_threadfn()
1165 if (kthread_should_stop()) { in decompress_threadfn()
/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/drivers/block/xen-blkback/
H A Dblkback.c565 while (!kthread_should_stop()) { in xen_blkif_schedule()
575 ring->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule()
582 kthread_should_stop(), in xen_blkif_schedule()
597 kthread_should_stop()); in xen_blkif_schedule()
1032 } while (!kthread_should_stop()); in xen_blk_drain_io()
1212 if (kthread_should_stop()) { in __do_block_io_op()

123456789