Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/kernel/rcu/
Drcutorture.c734 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); in rcu_torture_boost()
739 VERBOSE_TOROUT_STRING("rcu_torture_boost RT prio failed!"); in rcu_torture_boost()
766 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed"); in rcu_torture_boost()
836 VERBOSE_TOROUT_STRING("rcu_torture_cbflood disabled: Bad args or OOM"); in rcu_torture_cbflood()
839 VERBOSE_TOROUT_STRING("rcu_torture_cbflood task started"); in rcu_torture_cbflood()
872 VERBOSE_TOROUT_STRING("rcu_torture_fqs task started"); in rcu_torture_fqs()
913 VERBOSE_TOROUT_STRING("rcu_torture_writer task started"); in rcu_torture_writer()
1038 VERBOSE_TOROUT_STRING("rcu_torture_fakewriter task started"); in rcu_torture_fakewriter()
1157 VERBOSE_TOROUT_STRING("rcu_torture_reader task started"); in rcu_torture_reader()
1326 VERBOSE_TOROUT_STRING("rcu_torture_stats task started"); in rcu_torture_stats()
[all …]
/linux-4.4.14/kernel/locking/
Dlocktorture.c581 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
618 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
722 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
844 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
870 VERBOSE_TOROUT_STRING("cxt.lrsa: Out of memory"); in lock_torture_init()
/linux-4.4.14/include/linux/
Dtorture.h47 #define VERBOSE_TOROUT_STRING(s) \ macro