Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dtorture.c361 while (!torture_must_stop()) { in torture_onoff()
568 } while (!torture_must_stop()); in torture_shuffle()
639 !torture_must_stop()) { in torture_shutdown()
649 if (torture_must_stop()) { in torture_shutdown()
758 if (!torture_must_stop() && stutter > 1) { in torture_stutter()
764 if (!torture_must_stop()) in torture_stutter()
767 } while (!torture_must_stop()); in torture_stutter()
876 bool torture_must_stop(void) in torture_must_stop() function
880 EXPORT_SYMBOL_GPL(torture_must_stop);
Dscftorture.c198 } while (!torture_must_stop()); in scf_torture_stats()
471 if (torture_must_stop()) { in scftorture_invoker()
482 while (cpu_is_offline(cpu) && !torture_must_stop()) { in scftorture_invoker()
492 } while (!torture_must_stop()); in scftorture_invoker()
/linux-6.6.21/kernel/rcu/
Drefscale.c824 torture_must_stop()); in ref_scale_reader()
826 if (torture_must_stop()) in ref_scale_reader()
869 if (!torture_must_stop()) in ref_scale_reader()
904 for (i = 0; i < n && !torture_must_stop(); i++) { in process_durations()
956 for (exp = 0; exp < nruns && !torture_must_stop(); exp++) { in main_func()
957 if (torture_must_stop()) in main_func()
977 !atomic_read(&nreaders_exp) || torture_must_stop()); in main_func()
981 if (torture_must_stop()) in main_func()
1014 while (!torture_must_stop()) in main_func()
Drcutorture.c1103 if (torture_must_stop()) in rcu_torture_boost()
1127 if (torture_must_stop()) in rcu_torture_boost()
1158 } while (!torture_must_stop()); in rcu_torture_boost()
1197 } while (!torture_must_stop()); in rcu_torture_fqs()
1577 !torture_must_stop() && in rcu_torture_writer()
1590 } while (!torture_must_stop()); in rcu_torture_writer()
1701 } while (!torture_must_stop()); in rcu_torture_fakewriter()
2092 if (!rcu_torture_one_read(&rand, myid) && !torture_must_stop()) in rcu_torture_reader()
2094 if (time_after(jiffies, lastsleep) && !torture_must_stop()) { in rcu_torture_reader()
2098 while (torture_num_online_cpus() < mynumonline && !torture_must_stop()) in rcu_torture_reader()
[all …]
Drcuscale.c406 while (!torture_must_stop()) in rcu_scale_wait_shutdown()
434 } while (!torture_must_stop()); in rcu_scale_reader()
556 } while (!torture_must_stop()); in rcu_scale_writer()
677 } while (!torture_must_stop() && ++loop < kfree_loops); in kfree_scale_thread()
/linux-6.6.21/include/linux/
Dtorture.h108 bool torture_must_stop(void);
/linux-6.6.21/kernel/locking/
Dlocktorture.c856 } while (!torture_must_stop()); in lock_torture_writer()
891 } while (!torture_must_stop()); in lock_torture_reader()
984 } while (!torture_must_stop()); in lock_torture_stats()
/linux-6.6.21/kernel/kcsan/
Dkcsan_test.c1488 } while (!torture_must_stop()); in access_thread()