Home
last modified time | relevance | path

Searched refs:kthread_should_stop (Results 1 – 20 of 20) 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.c42 if (kthread_should_stop()) in busy_wait()
123 while (!kthread_should_stop()) { in preemptirq_delay_run()
Dtrace_benchmark.c152 while (!kthread_should_stop()) { in benchmark_event_kthread()
Dtrace_hwlat.c334 while (!kthread_should_stop()) { in kthread_fn()
Dtrace_selftest.c1080 while (!kthread_should_stop()) { in trace_wakeup_test_thread()
Dring_buffer.c5779 while (!kthread_should_stop()) { in rb_test()
5802 while (!kthread_should_stop()) { in rb_hammer_test()
Dtrace_events.c3551 while (!kthread_should_stop()) { in event_test_thread()
/kernel/rcu/
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 …]
Drcuscale.c409 } else if (!kthread_should_stop()) { in rcu_scale_writer()
/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()
/kernel/
Dkthread.c128 bool kthread_should_stop(void) in kthread_should_stop() function
132 EXPORT_SYMBOL(kthread_should_stop);
178 return kthread_should_stop(); in kthread_freezable_should_stop()
735 if (kthread_should_stop()) { in kthread_worker_fn()
Dfreezer.c75 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
Dtorture.c762 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
789 while (!kthread_should_stop()) { in torture_kthread_stopping()
Dsmpboot.c114 if (kthread_should_stop()) { in smpboot_thread_fn()
Daudit.c855 while (!kthread_should_stop()) { in kauditd_thread()
Dworkqueue.c2516 should_stop = kthread_should_stop(); in rescuer_thread()
/kernel/sched/
Dwait.c417 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
Dpsi.c680 kthread_should_stop()); in psi_poll_worker()
681 if (kthread_should_stop()) in psi_poll_worker()
/kernel/bpf/
Dcpumap.c310 while (!kthread_should_stop() || !__ptr_ring_empty(rcpu->queue)) { in cpu_map_kthread_run()
/kernel/irq/
Dmanage.c958 if (kthread_should_stop()) { in irq_wait_for_interrupt()