Home
last modified time | relevance | path

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

12345678910

/Linux-v5.15/drivers/accessibility/speakup/
Dthread.c32 should_break = kthread_should_stop() || in speakup_thread()
45 if (kthread_should_stop()) in speakup_thread()
/Linux-v5.15/samples/trace_events/
Dtrace-events-sample.c52 while (!kthread_should_stop()) in simple_thread()
75 while (!kthread_should_stop()) in simple_thread_fn()
/Linux-v5.15/kernel/trace/
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()
Dpreemptirq_delay_test.c47 if (kthread_should_stop()) in busy_wait()
137 while (!kthread_should_stop()) { in preemptirq_delay_run()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Drng.c85 while (!kthread_should_stop()) { in ath9k_rng_kthread()
91 kthread_should_stop(), in ath9k_rng_kthread()
/Linux-v5.15/drivers/pci/hotplug/
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()
/Linux-v5.15/drivers/mmc/core/
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-v5.15/drivers/gpu/drm/i915/gvt/
Dgvt.c106 while (!kthread_should_stop()) { in gvt_service_thread()
108 kthread_should_stop() || gvt->service_request); in gvt_service_thread()
110 if (kthread_should_stop()) in gvt_service_thread()
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c68 if (kthread_should_stop()) in vivid_thread_touch_cap()
132 !kthread_should_stop()) in vivid_thread_touch_cap()
/Linux-v5.15/fs/ext4/
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()
/Linux-v5.15/samples/ftrace/
Dftrace-direct-modify.c55 while (!kthread_should_stop()) { in simple_thread()
Dsample-trace-array.c82 while (!kthread_should_stop()) in simple_thread()
/Linux-v5.15/fs/dlm/
Drecoverd.c297 if (kthread_should_stop()) { in dlm_recoverd()
303 if (kthread_should_stop()) in dlm_recoverd()
/Linux-v5.15/drivers/usb/usbip/
Dvhci_tx.c240 while (!kthread_should_stop()) { in vhci_tx_loop()
250 kthread_should_stop())); in vhci_tx_loop()
Dvudc_tx.c227 while (!kthread_should_stop()) { in v_tx_loop()
237 kthread_should_stop())); in v_tx_loop()
/Linux-v5.15/drivers/media/usb/pvrusb2/
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()
/Linux-v5.15/kernel/
Dfreezer.c71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
/Linux-v5.15/drivers/md/bcache/
Dwriteback.c456 while (!kthread_should_stop() && in read_dirty()
533 while (!kthread_should_stop() && in read_dirty()
705 while (!kthread_should_stop() && in bch_writeback_thread()
720 if (kthread_should_stop() || in bch_writeback_thread()
784 !kthread_should_stop() && in bch_writeback_thread()
/Linux-v5.15/drivers/tty/
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-v5.15/arch/powerpc/kernel/
Deeh_event.c44 while (!kthread_should_stop()) { in eeh_event_handler()
/Linux-v5.15/arch/s390/mm/
Dcmm.c153 kthread_should_stop()); in cmm_thread()
154 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
/Linux-v5.15/drivers/block/xen-blkback/
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()
/Linux-v5.15/kernel/power/
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()
/Linux-v5.15/drivers/parisc/
Dpower.c158 } while (!kthread_should_stop()); in kpowerswd()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dutil.c117 while (!kthread_should_stop()) { in __mt76_worker_fn()

12345678910