Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dtorture.c356 while (!torture_must_stop()) { in torture_onoff()
558 } while (!torture_must_stop()); in torture_shuffle()
629 !torture_must_stop()) { in torture_shutdown()
639 if (torture_must_stop()) { in torture_shutdown()
763 if (!torture_must_stop() && stutter > 1) { in torture_stutter()
775 if (!torture_must_stop()) in torture_stutter()
778 } while (!torture_must_stop()); in torture_stutter()
887 bool torture_must_stop(void) in torture_must_stop() function
891 EXPORT_SYMBOL_GPL(torture_must_stop);
Dscftorture.c197 } while (!torture_must_stop()); in scf_torture_stats()
465 if (torture_must_stop()) { in scftorture_invoker()
476 while (cpu_is_offline(cpu) && !torture_must_stop()) { in scftorture_invoker()
486 } while (!torture_must_stop()); in scftorture_invoker()
/linux-5.19.10/kernel/rcu/
Drefscale.c556 torture_must_stop()); in ref_scale_reader()
558 if (torture_must_stop()) in ref_scale_reader()
601 if (!torture_must_stop()) in ref_scale_reader()
636 for (i = 0; i < n && !torture_must_stop(); i++) { in process_durations()
688 for (exp = 0; exp < nruns && !torture_must_stop(); exp++) { in main_func()
689 if (torture_must_stop()) in main_func()
709 !atomic_read(&nreaders_exp) || torture_must_stop()); in main_func()
713 if (torture_must_stop()) in main_func()
746 while (!torture_must_stop()) in main_func()
Drcutorture.c1040 if (torture_must_stop()) in rcu_torture_boost()
1064 if (torture_must_stop()) in rcu_torture_boost()
1095 } while (!torture_must_stop()); in rcu_torture_boost()
1134 } while (!torture_must_stop()); in rcu_torture_fqs()
1318 !torture_must_stop() && in rcu_torture_writer()
1329 } while (!torture_must_stop()); in rcu_torture_writer()
1403 } while (!torture_must_stop()); in rcu_torture_fakewriter()
1779 if (!rcu_torture_one_read(&rand, myid) && !torture_must_stop()) in rcu_torture_reader()
1781 if (time_after(jiffies, lastsleep) && !torture_must_stop()) { in rcu_torture_reader()
1785 while (torture_num_online_cpus() < mynumonline && !torture_must_stop()) in rcu_torture_reader()
[all …]
Drcuscale.c362 while (!torture_must_stop()) in rcu_scale_wait_shutdown()
390 } while (!torture_must_stop()); in rcu_scale_reader()
506 } while (!torture_must_stop()); in rcu_scale_writer()
710 } while (!torture_must_stop() && ++loop < kfree_loops); in kfree_scale_thread()
/linux-5.19.10/include/linux/
Dtorture.h107 bool torture_must_stop(void);
/linux-5.19.10/kernel/locking/
Dlocktorture.c695 } while (!torture_must_stop()); in lock_torture_writer()
730 } while (!torture_must_stop()); in lock_torture_reader()
823 } while (!torture_must_stop()); in lock_torture_stats()
/linux-5.19.10/kernel/kcsan/
Dkcsan_test.c1483 } while (!torture_must_stop()); in access_thread()