Home
last modified time | relevance | path

Searched refs:VERBOSE_TOROUT_STRING (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/kernel/
H A Dtorture.c347 VERBOSE_TOROUT_STRING("torture_onoff task started"); in torture_onoff()
358 VERBOSE_TOROUT_STRING("torture_onoff begin holdoff"); in torture_onoff()
360 VERBOSE_TOROUT_STRING("torture_onoff end holdoff"); in torture_onoff()
411 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
563 VERBOSE_TOROUT_STRING("torture_shuffle task started"); in torture_shuffle()
636 VERBOSE_TOROUT_STRING("torture_shutdown task started"); in torture_shutdown()
756 VERBOSE_TOROUT_STRING("torture_stutter task started"); in torture_stutter()
790 VERBOSE_TOROUT_STRING("Stopping torture_stutter task"); in torture_stutter_cleanup()
924 VERBOSE_TOROUT_STRING(buf); in torture_kthread_stopping()
942 VERBOSE_TOROUT_STRING(m); in _torture_create_kthread()
[all …]
H A Dscftorture.c223 VERBOSE_TOROUT_STRING("scf_torture_stats task started"); in scf_torture_stats()
/linux-6.15/kernel/rcu/
H A Drcutorture.c1148 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed"); in rcu_torture_boost_failed()
1178 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); in rcu_torture_boost()
1285 VERBOSE_TOROUT_STRING("rcu_torture_fqs task started"); in rcu_torture_fqs()
1486 VERBOSE_TOROUT_STRING("rcu_torture_writer task started"); in rcu_torture_writer()
2306 VERBOSE_TOROUT_STRING("rcu_torture_reader task started"); in rcu_torture_reader()
2350 VERBOSE_TOROUT_STRING("rcu_nocb_toggle task started"); in rcu_nocb_toggle()
2507 VERBOSE_TOROUT_STRING("rcu_torture_stats task started"); in rcu_torture_stats()
2650 VERBOSE_TOROUT_STRING("Creating rcu_torture_boost task"); in rcutorture_booster_init()
2686 VERBOSE_TOROUT_STRING("rcu_torture_stall begin holdoff"); in rcu_torture_stall_one()
2688 VERBOSE_TOROUT_STRING("rcu_torture_stall end holdoff"); in rcu_torture_stall_one()
[all …]
/linux-6.15/kernel/locking/
H A Dlocktorture.c617 VERBOSE_TOROUT_STRING("ww_acquire_ctx: Out of memory"); in torture_ww_mutex_init()
907 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
975 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
1081 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
1296 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
1326 VERBOSE_TOROUT_STRING("cxt.lrsa: Out of memory"); in lock_torture_init()
/linux-6.15/include/linux/
H A Dtorture.h35 #define VERBOSE_TOROUT_STRING(s) \ macro