Home
last modified time | relevance | path

Searched refs:kthread_should_stop (Results 1 – 21 of 21) 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.c47 if (kthread_should_stop()) in busy_wait()
137 while (!kthread_should_stop()) { in preemptirq_delay_run()
Dtrace_benchmark.c152 while (!kthread_should_stop()) { in benchmark_event_kthread()
Dtrace_osnoise.c1419 } while (total < runtime && !kthread_should_stop()); in run_osnoise()
1486 if (kthread_should_stop()) in osnoise_sleep()
1500 while (!kthread_should_stop()) { in osnoise_main()
1676 while (!kthread_should_stop()) { in timerlat_main()
Dtrace_hwlat.c364 while (!kthread_should_stop()) { in kthread_fn()
Dtrace_selftest.c1170 while (!kthread_should_stop()) { in trace_wakeup_test_thread()
Dring_buffer.c6255 while (!kthread_should_stop()) { in rb_test()
6278 while (!kthread_should_stop()) { in rb_hammer_test()
Dtrace_events.c3879 while (!kthread_should_stop()) { in event_test_thread()
/kernel/power/
Dswap.c617 kthread_should_stop()); in crc32_threadfn()
618 if (kthread_should_stop()) { in crc32_threadfn()
660 kthread_should_stop()); in lzo_compress_threadfn()
661 if (kthread_should_stop()) { in lzo_compress_threadfn()
1144 kthread_should_stop()); in lzo_decompress_threadfn()
1145 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/kernel/
Dkthread.c155 bool kthread_should_stop(void) in kthread_should_stop() function
159 EXPORT_SYMBOL(kthread_should_stop);
215 return kthread_should_stop(); in kthread_freezable_should_stop()
813 if (kthread_should_stop()) { in kthread_worker_fn()
Dfreezer.c84 freeze = freezing(current) && !(check_kthr_stop && kthread_should_stop()); in __refrigerator()
Dtorture.c889 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
916 while (!kthread_should_stop()) { in torture_kthread_stopping()
Dsmpboot.c114 if (kthread_should_stop()) { in smpboot_thread_fn()
Daudit.c853 while (!kthread_should_stop()) { in kauditd_thread()
Dworkqueue.c2517 should_stop = kthread_should_stop(); in rescuer_thread()
/kernel/rcu/
Drcutorture.c1078 if (kthread_should_stop()) in rcu_torture_boost()
1126 while (oldstarttime == READ_ONCE(boost_starttime) && !kthread_should_stop()) { in rcu_torture_boost()
1145 while (!kthread_should_stop()) { in rcu_torture_boost()
1169 !kthread_should_stop()) { in rcu_torture_fqs()
1174 !kthread_should_stop()) { in rcu_torture_fqs()
2401 if (!kthread_should_stop() && stall_gp_kthread > 0) { in rcu_torture_stall()
2405 if (kthread_should_stop()) in rcu_torture_stall()
2410 if (!kthread_should_stop() && stall_cpu > 0) { in rcu_torture_stall()
2440 while (!kthread_should_stop()) in rcu_torture_stall()
3157 while (!kthread_should_stop()) in rcu_torture_read_exit_child()
Drcuscale.c460 } else if (!kthread_should_stop()) { in rcu_scale_writer()
/kernel/dma/
Dmap_benchmark.c47 while (!kthread_should_stop()) { in map_benchmark_thread()
/kernel/sched/
Dpsi.c685 kthread_should_stop()); in psi_poll_worker()
686 if (kthread_should_stop()) in psi_poll_worker()
/kernel/bpf/
Dcpumap.c318 while (!kthread_should_stop() || !__ptr_ring_empty(rcpu->queue)) { in cpu_map_kthread_run()
/kernel/irq/
Dmanage.c1050 if (kthread_should_stop()) { in irq_wait_for_interrupt()