Home
last modified time | relevance | path

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

/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.c32 if (kthread_should_stop()) in busy_wait()
Dtrace_benchmark.c152 while (!kthread_should_stop()) { in benchmark_event_kthread()
Dtrace_hwlat.c320 while (!kthread_should_stop()) { in kthread_fn()
Dtrace_selftest.c1075 while (!kthread_should_stop()) { in trace_wakeup_test_thread()
Dring_buffer.c5031 while (!kthread_should_stop()) { in rb_test()
5054 while (!kthread_should_stop()) { in rb_hammer_test()
Dtrace_events.c3216 while (!kthread_should_stop()) { in event_test_thread()
/kernel/power/
Dswap.c598 kthread_should_stop()); in crc32_threadfn()
599 if (kthread_should_stop()) { in crc32_threadfn()
641 kthread_should_stop()); in lzo_compress_threadfn()
642 if (kthread_should_stop()) { in lzo_compress_threadfn()
1125 kthread_should_stop()); in lzo_decompress_threadfn()
1126 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/kernel/
Dkthread.c101 bool kthread_should_stop(void) in kthread_should_stop() function
105 EXPORT_SYMBOL(kthread_should_stop);
151 return kthread_should_stop(); in kthread_freezable_should_stop()
651 if (kthread_should_stop()) { in kthread_worker_fn()
Dfreezer.c71 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
Dtorture.c736 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
763 while (!kthread_should_stop()) { in torture_kthread_stopping()
Dsmpboot.c115 if (kthread_should_stop()) { in smpboot_thread_fn()
Daudit.c816 while (!kthread_should_stop()) { in kauditd_thread()
Dworkqueue.c2487 should_stop = kthread_should_stop(); in rescuer_thread()
/kernel/rcu/
Drcutorture.c821 while (!kthread_should_stop()) { in rcu_torture_boost()
829 if (kthread_should_stop()) in rcu_torture_boost()
877 !kthread_should_stop()) { in rcu_torture_boost()
892 while (!kthread_should_stop() || smp_load_acquire(&rbi.inflight)) { in rcu_torture_boost()
916 !kthread_should_stop()) { in rcu_torture_fqs()
921 !kthread_should_stop()) { in rcu_torture_fqs()
1599 if (!kthread_should_stop()) { in rcu_torture_stall()
1620 while (!kthread_should_stop()) in rcu_torture_stall()
Drcuperf.c411 } else if (!kthread_should_stop()) { in rcu_perf_writer()
/kernel/sched/
Dwait.c383 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
/kernel/bpf/
Dcpumap.c260 while (!kthread_should_stop() || !__ptr_ring_empty(rcpu->queue)) { in cpu_map_kthread_run()
/kernel/irq/
Dmanage.c866 if (kthread_should_stop()) { in irq_wait_for_interrupt()