| /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 | preemptirq_delay_test.c | 45 if (kthread_should_stop()) in busy_wait() 138 while (!kthread_should_stop()) { in preemptirq_delay_run()
|
| H A D | trace_benchmark.c | 151 while (!kthread_should_stop()) { in benchmark_event_kthread()
|
| /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/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_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()
|
| H A D | t7xx_modem_ops.c | 513 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 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/fs/ext4/ |
| H A D | mmp.c | 161 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 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 | 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/kernel/power/ |
| H A D | swap.c | 619 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 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/kernel/ |
| H A D | kthread.c | 166 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 D | lwq.c | 94 while (!kthread_should_stop()) in lwq_exercise()
|