Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtorture.c98 VERBOSE_TOROUT_STRING("torture_onoff task started"); in torture_onoff()
103 VERBOSE_TOROUT_STRING("torture_onoff begin holdoff"); in torture_onoff()
105 VERBOSE_TOROUT_STRING("torture_onoff end holdoff"); in torture_onoff()
204 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
353 VERBOSE_TOROUT_STRING("torture_shuffle task started"); in torture_shuffle()
389 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup()
429 VERBOSE_TOROUT_STRING("torture_shutdown task started"); in torture_shutdown()
448 VERBOSE_TOROUT_STRING("torture_shutdown task shutting down system"); in torture_shutdown()
453 VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping."); in torture_shutdown()
484 VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected"); in torture_shutdown_notify()
[all …]
/linux-4.1.27/kernel/rcu/
Drcutorture.c687 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); in rcu_torture_boost()
692 VERBOSE_TOROUT_STRING("rcu_torture_boost RT prio failed!"); in rcu_torture_boost()
719 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed"); in rcu_torture_boost()
791 VERBOSE_TOROUT_STRING("rcu_torture_cbflood disabled: Bad args or OOM"); in rcu_torture_cbflood()
796 VERBOSE_TOROUT_STRING("rcu_torture_cbflood task started"); in rcu_torture_cbflood()
828 VERBOSE_TOROUT_STRING("rcu_torture_fqs task started"); in rcu_torture_fqs()
869 VERBOSE_TOROUT_STRING("rcu_torture_writer task started"); in rcu_torture_writer()
994 VERBOSE_TOROUT_STRING("rcu_torture_fakewriter task started"); in rcu_torture_fakewriter()
1112 VERBOSE_TOROUT_STRING("rcu_torture_reader task started"); in rcu_torture_reader()
1281 VERBOSE_TOROUT_STRING("rcu_torture_stats task started"); in rcu_torture_stats()
[all …]
/linux-4.1.27/kernel/locking/
Dlocktorture.c438 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
472 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
576 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
690 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
716 VERBOSE_TOROUT_STRING("cxt.lrsa: Out of memory"); in lock_torture_init()
/linux-4.1.27/include/linux/
Dtorture.h47 #define VERBOSE_TOROUT_STRING(s) \ macro