Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c347 VERBOSE_TOROUT_STRING("torture_onoff task started"); in torture_onoff()
353 VERBOSE_TOROUT_STRING("Only one CPU, so CPU-hotplug testing is disabled"); 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()
413 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
565 VERBOSE_TOROUT_STRING("torture_shuffle task started"); in torture_shuffle()
601 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup()
638 VERBOSE_TOROUT_STRING("torture_shutdown task started"); in torture_shutdown()
658 VERBOSE_TOROUT_STRING("torture_shutdown task shutting down system"); in torture_shutdown()
663 VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping."); in torture_shutdown()
[all …]
H A Dscftorture.c223 VERBOSE_TOROUT_STRING("scf_torture_stats task started"); in scf_torture_stats()
/linux/kernel/rcu/
H A Drcutorture.c705 VERBOSE_TOROUT_STRING("srcu_torture_init normal SRCU"); in srcu_torture_init()
707 VERBOSE_TOROUT_STRING("srcu_torture_init NMI-safe SRCU"); in srcu_torture_init()
710 VERBOSE_TOROUT_STRING("srcu_torture_init fast SRCU"); in srcu_torture_init()
714 VERBOSE_TOROUT_STRING("srcu_torture_init fast-up/down SRCU"); in srcu_torture_init()
933 VERBOSE_TOROUT_STRING("srcud_torture_init normal SRCU"); in srcud_torture_init()
936 VERBOSE_TOROUT_STRING("srcud_torture_init NMI-safe SRCU"); in srcud_torture_init()
939 VERBOSE_TOROUT_STRING("srcud_torture_init fast SRCU"); in srcud_torture_init()
942 VERBOSE_TOROUT_STRING("srcud_torture_init fast-up/down SRCU"); in srcud_torture_init()
1268 VERBOSE_TOROUT_STRING("rcu_torture_boost boosting failed"); in rcu_torture_boost_failed()
1298 VERBOSE_TOROUT_STRING("rcu_torture_boost started"); in rcu_torture_boost()
[all …]
/linux/kernel/locking/
H A Dlocktorture.c616 VERBOSE_TOROUT_STRING("ww_acquire_ctx: Out of memory"); in torture_ww_mutex_init()
906 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
974 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
1080 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
1298 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
1327 VERBOSE_TOROUT_STRING("cxt.lrsa: Out of memory"); in lock_torture_init()
/linux/include/linux/
H A Dtorture.h35 #define VERBOSE_TOROUT_STRING(s) \ macro