Home
last modified time | relevance | path

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

/kernel/
Dkthread.c60 int kthread_should_stop(void) in kthread_should_stop() function
64 EXPORT_SYMBOL(kthread_should_stop);
82 if (!kthread_should_stop()) in kthread()
86 if (kthread_should_stop()) { in kthread()
Drcutorture.c642 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_writer()
645 while (!kthread_should_stop()) in rcu_torture_writer()
667 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_fakewriter()
671 while (!kthread_should_stop()) in rcu_torture_fakewriter()
777 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_reader()
782 while (!kthread_should_stop()) in rcu_torture_reader()
880 } while (!kthread_should_stop()); in rcu_torture_stats()
949 } while (!kthread_should_stop()); in rcu_torture_shuffle()
964 if (!kthread_should_stop()) in rcu_torture_stutter()
968 } while (!kthread_should_stop()); in rcu_torture_stutter()
Dasync.c321 while (!kthread_should_stop()) { in async_thread()
362 while (!kthread_should_stop()) { in async_manager_thread()
Dsoftlockup.c272 while (!kthread_should_stop()) { in watchdog()
276 if (kthread_should_stop()) in watchdog()
Dsoftirq.c609 while (!kthread_should_stop()) { in ksoftirqd()
641 while (!kthread_should_stop()) { in ksoftirqd()
Dworkqueue.c331 !kthread_should_stop() && in worker_thread()
338 if (kthread_should_stop()) in worker_thread()
Drtmutex-tester.c284 if(kthread_should_stop()) in test_func()
Drcupreempt.c1332 } while (!kthread_should_stop()); in rcu_sched_grace_period()
Daudit.c401 while (!kthread_should_stop()) { in kauditd_thread()
Dsched.c6266 while (!kthread_should_stop()) { in migration_thread()
6305 while (!kthread_should_stop()) { in migration_thread()
/kernel/trace/
Dtrace_selftest.c466 while (!kthread_should_stop()) { in trace_wakeup_test_thread()