Home
last modified time | relevance | path

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

1234567891011

/linux-6.1.9/drivers/accessibility/speakup/
Dthread.c32 should_break = kthread_should_stop() || in speakup_thread()
45 if (kthread_should_stop()) in speakup_thread()
/linux-6.1.9/drivers/media/test-drivers/vivid/
Dvivid-cec.c117 kthread_should_stop()); in vivid_cec_bus_thread()
118 if (kthread_should_stop()) in vivid_cec_bus_thread()
185 if (kthread_should_stop()) in vivid_cec_bus_thread()
191 if (kthread_should_stop()) in vivid_cec_bus_thread()
221 !xfer_ready(dev) && !kthread_should_stop()) { in vivid_cec_bus_thread()
Dvivid-kthread-touch.c73 if (kthread_should_stop()) in vivid_thread_touch_cap()
139 !kthread_should_stop()) in vivid_thread_touch_cap()
/linux-6.1.9/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-6.1.9/samples/trace_events/
Dtrace-events-sample.c65 while (!kthread_should_stop()) in simple_thread()
88 while (!kthread_should_stop()) in simple_thread_fn()
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_port_ctrl_msg.c214 while (!kthread_should_stop()) { in port_ctl_rx_thread()
223 kthread_should_stop())) { in port_ctl_rx_thread()
227 if (kthread_should_stop()) { in port_ctl_rx_thread()
Dt7xx_state_monitor.c150 if (kthread_should_stop()) in fsm_wait_for_event()
348 while (!kthread_should_stop()) { in fsm_main_thread()
350 kthread_should_stop())) in fsm_main_thread()
353 if (kthread_should_stop()) in fsm_main_thread()
Dt7xx_hif_dpmaif_tx.c442 } while (!t7xx_tx_lists_are_all_empty(dpmaif_ctrl) && !kthread_should_stop() && in t7xx_do_tx_hw_push()
451 while (!kthread_should_stop()) { in t7xx_dpmaif_tx_hw_push_thread()
457 kthread_should_stop())) in t7xx_dpmaif_tx_hw_push_thread()
460 if (kthread_should_stop()) in t7xx_dpmaif_tx_hw_push_thread()
/linux-6.1.9/fs/ext4/
Dmmp.c157 while (!kthread_should_stop() && !sb_rdonly(sb)) { in kmmpd()
241 while (!kthread_should_stop()) { in kmmpd()
243 if (!kthread_should_stop()) in kmmpd()
/linux-6.1.9/fs/dlm/
Drecoverd.c323 if (kthread_should_stop()) { in dlm_recoverd()
329 if (kthread_should_stop()) in dlm_recoverd()
/linux-6.1.9/samples/ftrace/
Dsample-trace-array.c82 while (!kthread_should_stop()) in simple_thread()
Dftrace-direct-modify.c107 while (!kthread_should_stop()) { in simple_thread()
Dftrace-direct-multi-modify.c116 while (!kthread_should_stop()) { in simple_thread()
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/drivers/md/bcache/
Dwriteback.c495 while (!kthread_should_stop() && in read_dirty()
572 while (!kthread_should_stop() && in read_dirty()
747 while (!kthread_should_stop() && in bch_writeback_thread()
762 if (kthread_should_stop() || in bch_writeback_thread()
826 !kthread_should_stop() && in bch_writeback_thread()
/linux-6.1.9/arch/powerpc/kernel/
Deeh_event.c44 while (!kthread_should_stop()) { in eeh_event_handler()
/linux-6.1.9/arch/s390/mm/
Dcmm.c153 kthread_should_stop()); in cmm_thread()
154 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
/linux-6.1.9/kernel/power/
Dswap.c609 kthread_should_stop()); in crc32_threadfn()
610 if (kthread_should_stop()) { in crc32_threadfn()
652 kthread_should_stop()); in lzo_compress_threadfn()
653 if (kthread_should_stop()) { in lzo_compress_threadfn()
1135 kthread_should_stop()); in lzo_decompress_threadfn()
1136 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/linux-6.1.9/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()
1033 } while (!kthread_should_stop()); in xen_blk_drain_io()
1109 if (kthread_should_stop()) { in __do_block_io_op()

1234567891011