Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtorture.c198 VERBOSE_TOROUT_STRING("torture_onoff task started"); in torture_onoff()
204 VERBOSE_TOROUT_STRING("Only one CPU, so CPU-hotplug testing is disabled"); in torture_onoff()
209 VERBOSE_TOROUT_STRING("torture_onoff begin holdoff"); in torture_onoff()
211 VERBOSE_TOROUT_STRING("torture_onoff end holdoff"); in torture_onoff()
257 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
406 VERBOSE_TOROUT_STRING("torture_shuffle task started"); in torture_shuffle()
442 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup()
480 VERBOSE_TOROUT_STRING("torture_shutdown task started"); in torture_shutdown()
500 VERBOSE_TOROUT_STRING("torture_shutdown task shutting down system"); in torture_shutdown()
505 VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping."); in torture_shutdown()
[all …]
/Linux-v4.19/kernel/rcu/
Drcutorture.c805 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed"); in rcu_torture_boost_failed()
822 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); in rcu_torture_boost()
827 VERBOSE_TOROUT_STRING("rcu_torture_boost RT prio failed!"); in rcu_torture_boost()
946 VERBOSE_TOROUT_STRING("rcu_torture_cbflood disabled: Bad args or OOM"); in rcu_torture_cbflood()
949 VERBOSE_TOROUT_STRING("rcu_torture_cbflood task started"); in rcu_torture_cbflood()
982 VERBOSE_TOROUT_STRING("rcu_torture_fqs task started"); in rcu_torture_fqs()
1023 VERBOSE_TOROUT_STRING("rcu_torture_writer task started"); in rcu_torture_writer()
1161 VERBOSE_TOROUT_STRING("rcu_torture_fakewriter task started"); in rcu_torture_fakewriter()
1393 VERBOSE_TOROUT_STRING("rcu_torture_reader task started"); in rcu_torture_reader()
1532 VERBOSE_TOROUT_STRING("rcu_torture_stats task started"); in rcu_torture_stats()
[all …]
/Linux-v4.19/kernel/locking/
Dlocktorture.c637 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
674 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
777 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
923 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
954 VERBOSE_TOROUT_STRING("cxt.lrsa: Out of memory"); in lock_torture_init()
/Linux-v4.19/include/linux/
Dtorture.h47 #define VERBOSE_TOROUT_STRING(s) \ macro