Home
last modified time | relevance | path

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

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dthread.c32 should_break = kthread_should_stop() || in speakup_thread()
45 if (kthread_should_stop()) in speakup_thread()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer_benchmark.c82 return test_error || kthread_should_stop(); in break_test()
374 while (!kthread_should_stop()) { in wait_to_die()
395 if (!kthread_should_stop()) in ring_buffer_consumer_thread()
424 if (!kthread_should_stop()) in ring_buffer_producer_thread()
H A Dpreemptirq_delay_test.c42 if (kthread_should_stop()) in busy_wait()
123 while (!kthread_should_stop()) { in preemptirq_delay_run()
/OK3568_Linux_fs/kernel/samples/trace_events/
H A Dtrace-events-sample.c52 while (!kthread_should_stop()) in simple_thread()
75 while (!kthread_should_stop()) in simple_thread_fn()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c441 if (kthread_should_stop()) in event_thread()
453 } while (atomic_read(&extracting) && !kthread_should_stop()); in event_thread()
454 if (kthread_should_stop()) in event_thread()
472 if (kthread_should_stop() || signal_pending(current)) in poll_thread()
485 } while (atomic_read(&extracting) && !kthread_should_stop()); in poll_thread()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Drng.c85 while (!kthread_should_stop()) { in ath9k_rng_kthread()
91 kthread_should_stop(), in ath9k_rng_kthread()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dgvt.c213 while (!kthread_should_stop()) { in gvt_service_thread()
215 kthread_should_stop() || gvt->service_request); in gvt_service_thread()
217 if (kthread_should_stop()) in gvt_service_thread()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmmp.c159 while (!kthread_should_stop() && !sb_rdonly(sb)) { in kmmpd()
243 while (!kthread_should_stop()) { in kmmpd()
245 if (!kthread_should_stop()) in kmmpd()
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dusb-tx.c199 (kthread_should_stop() /* check this first! */ in i2400mu_txd()
202 if (kthread_should_stop()) in i2400mu_txd()
H A Dusb-rx.c350 (kthread_should_stop() /* check this first! */ in i2400mu_rxd()
353 if (kthread_should_stop()) in i2400mu_rxd()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Drecoverd.c295 if (kthread_should_stop()) { in dlm_recoverd()
301 if (kthread_should_stop()) in dlm_recoverd()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c34 if (kthread_should_stop()) break; in pvr2_dvb_feed_func()
68 kthread_should_stop()); in pvr2_dvb_feed_func()
84 while (!kthread_should_stop()) { in pvr2_dvb_feed_thread()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dwriteback.c449 while (!kthread_should_stop() && in read_dirty()
527 while (!kthread_should_stop() && in read_dirty()
699 while (!kthread_should_stop() && in bch_writeback_thread()
714 if (kthread_should_stop() || in bch_writeback_thread()
769 !kthread_should_stop() && in bch_writeback_thread()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcutorture.c900 while (!kthread_should_stop()) { in rcu_torture_boost()
908 if (kthread_should_stop()) in rcu_torture_boost()
956 !kthread_should_stop()) { in rcu_torture_boost()
971 while (!kthread_should_stop() || smp_load_acquire(&rbi.inflight)) { in rcu_torture_boost()
995 !kthread_should_stop()) { in rcu_torture_fqs()
1000 !kthread_should_stop()) { in rcu_torture_fqs()
1731 if (!kthread_should_stop() && stall_gp_kthread > 0) { in rcu_torture_stall()
1735 if (kthread_should_stop()) in rcu_torture_stall()
1740 if (!kthread_should_stop() && stall_cpu > 0) { in rcu_torture_stall()
1763 while (!kthread_should_stop()) in rcu_torture_stall()
[all …]
/OK3568_Linux_fs/kernel/samples/ftrace/
H A Dftrace-direct-modify.c58 while (!kthread_should_stop()) { in simple_thread()
H A Dsample-trace-array.c82 while (!kthread_should_stop()) in simple_thread()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_heap.c105 kthread_should_stop())); in ion_heap_deferred_free()
110 if (!kthread_should_stop()) in ion_heap_deferred_free()
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dblkback.c560 while (!kthread_should_stop()) { in xen_blkif_schedule()
570 ring->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule()
577 kthread_should_stop(), in xen_blkif_schedule()
592 kthread_should_stop()); in xen_blkif_schedule()
1032 } while (!kthread_should_stop()); in xen_blk_drain_io()
1108 if (kthread_should_stop()) { in __do_block_io_op()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dswap.c607 kthread_should_stop()); in crc32_threadfn()
608 if (kthread_should_stop()) { in crc32_threadfn()
650 kthread_should_stop()); in lzo_compress_threadfn()
651 if (kthread_should_stop()) { in lzo_compress_threadfn()
1136 kthread_should_stop()); in lzo_decompress_threadfn()
1137 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Damd_energy.c182 while (!kthread_should_stop()) { in energy_accumulator()
190 if (kthread_should_stop()) in energy_accumulator()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dcmm.c153 kthread_should_stop()); in cmm_thread()
154 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()

12345678910>>...12