Home
last modified time | relevance | path

Searched refs:torture_stop_kthread (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dtorture.h121 #define torture_stop_kthread(n, tp) \ macro
/openbmc/linux/kernel/rcu/
H A Drcuscale.c712 torture_stop_kthread(kfree_scale_thread, in kfree_scale_cleanup()
882 torture_stop_kthread(rcu_scale_reader, in rcu_scale_cleanup()
889 torture_stop_kthread(rcu_scale_writer, in rcu_scale_cleanup()
H A Drcutorture.c2390 torture_stop_kthread(rcu_torture_boost, t); in rcutorture_booster_cleanup()
2998 torture_stop_kthread(rcu_torture_fwd_prog, fwd_prog_tasks[i]); in rcu_torture_fwd_prog_cleanup()
3151 torture_stop_kthread(rcu_torture_barrier, barrier_task); in rcu_torture_barrier_cleanup()
3154 torture_stop_kthread(rcu_torture_barrier_cbs, in rcu_torture_barrier_cleanup()
3274 torture_stop_kthread(rcutorture_read_exit, read_exit_task); in rcu_torture_read_exit_cleanup()
3331 torture_stop_kthread(rcu_torture_stall, stall_task); in rcu_torture_cleanup()
3332 torture_stop_kthread(rcu_torture_writer, writer_task); in rcu_torture_cleanup()
3336 torture_stop_kthread(rcu_nocb_toggle, nocb_tasks[i]); in rcu_torture_cleanup()
3343 torture_stop_kthread(rcu_torture_reader, in rcu_torture_cleanup()
3353 torture_stop_kthread(rcu_torture_fakewriter, in rcu_torture_cleanup()
[all …]
H A Drefscale.c1047 torture_stop_kthread("ref_scale_reader", in ref_scale_cleanup()
1052 torture_stop_kthread("main_task", main_task); in ref_scale_cleanup()
/openbmc/linux/kernel/
H A Dscftorture.c522 torture_stop_kthread("scftorture_invoker", scf_stats_p[i].task); in scf_torture_cleanup()
526 torture_stop_kthread(scf_torture_stats, scf_torture_stats_task); in scf_torture_cleanup()
/openbmc/linux/kernel/locking/
H A Dlocktorture.c1020 torture_stop_kthread(lock_torture_writer, writer_tasks[i]); in lock_torture_cleanup()
1027 torture_stop_kthread(lock_torture_reader, in lock_torture_cleanup()
1033 torture_stop_kthread(lock_torture_stats, stats_task); in lock_torture_cleanup()
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c1565 torture_stop_kthread(reader_thread, *stop_thread); in test_exit()