Home
last modified time | relevance | path

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

12345678

/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/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/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 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.c619 kthread_should_stop()); in crc32_threadfn()
620 if (kthread_should_stop()) { in crc32_threadfn()
664 kthread_should_stop()); in compress_threadfn()
665 if (kthread_should_stop()) { in compress_threadfn()
1159 kthread_should_stop()); in decompress_threadfn()
1160 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/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/kernel/
H A Dkthread.c166 bool kthread_should_stop(void) in kthread_should_stop() function
170 EXPORT_SYMBOL(kthread_should_stop);
225 return kthread_should_stop(); in kthread_freezable_should_stop()
983 if (kthread_should_stop()) { in kthread_worker_fn()
/linux/lib/
H A Dlwq.c94 while (!kthread_should_stop()) in lwq_exercise()

12345678