Home
last modified time | relevance | path

Searched refs:torture_must_stop (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/kernel/
Dtorture.c238 while (!torture_must_stop()) { in torture_onoff()
439 } while (!torture_must_stop()); in torture_shuffle()
510 !torture_must_stop()) { in torture_shutdown()
520 if (torture_must_stop()) { in torture_shutdown()
636 if (!torture_must_stop() && stutter > 1) { in torture_stutter()
648 if (!torture_must_stop()) in torture_stutter()
651 } while (!torture_must_stop()); in torture_stutter()
760 bool torture_must_stop(void) in torture_must_stop() function
764 EXPORT_SYMBOL_GPL(torture_must_stop);
Dscftorture.c183 } while (!torture_must_stop()); in scf_torture_stats()
404 if (torture_must_stop()) { in scftorture_invoker()
415 while (cpu_is_offline(cpu) && !torture_must_stop()) { in scftorture_invoker()
424 } while (!torture_must_stop()); in scftorture_invoker()
/Linux-v5.10/kernel/rcu/
Drefscale.c382 torture_must_stop()); in ref_scale_reader()
384 if (torture_must_stop()) in ref_scale_reader()
427 if (!torture_must_stop()) in ref_scale_reader()
462 for (i = 0; i < n && !torture_must_stop(); i++) { in process_durations()
513 for (exp = 0; exp < nruns && !torture_must_stop(); exp++) { in main_func()
516 if (torture_must_stop()) in main_func()
536 !atomic_read(&nreaders_exp) || torture_must_stop()); in main_func()
540 if (torture_must_stop()) in main_func()
576 while (!torture_must_stop()) in main_func()
Drcutorture.c916 if (torture_must_stop()) in rcu_torture_boost()
936 if (torture_must_stop()) in rcu_torture_boost()
968 } while (!torture_must_stop()); in rcu_torture_boost()
1006 } while (!torture_must_stop()); in rcu_torture_fqs()
1149 !torture_must_stop() && in rcu_torture_writer()
1158 } while (!torture_must_stop()); in rcu_torture_writer()
1204 } while (!torture_must_stop()); in rcu_torture_fakewriter()
1467 if (!rcu_torture_one_read(&rand) && !torture_must_stop()) in rcu_torture_reader()
1469 if (time_after(jiffies, lastsleep) && !torture_must_stop()) { in rcu_torture_reader()
1473 while (num_online_cpus() < mynumonline && !torture_must_stop()) in rcu_torture_reader()
[all …]
Drcuscale.c312 while (!torture_must_stop()) in rcu_scale_wait_shutdown()
340 } while (!torture_must_stop()); in rcu_scale_reader()
456 } while (!torture_must_stop()); in rcu_scale_writer()
647 } while (!torture_must_stop() && ++loop < kfree_loops); in kfree_scale_thread()
/Linux-v5.10/include/linux/
Dtorture.h81 bool torture_must_stop(void);
/Linux-v5.10/kernel/locking/
Dlocktorture.c638 } while (!torture_must_stop()); in lock_torture_writer()
672 } while (!torture_must_stop()); in lock_torture_reader()
763 } while (!torture_must_stop()); in lock_torture_stats()
/Linux-v5.10/kernel/kcsan/
Dkcsan-test.c1055 } while (!torture_must_stop()); in access_thread()