Home
last modified time | relevance | path

Searched refs:VERBOSE_TOROUT_STRING (Results 1 – 3 of 3) 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()
411 VERBOSE_TOROUT_STRING("Stopping torture_onoff task"); in torture_onoff_cleanup()
563 VERBOSE_TOROUT_STRING("torture_shuffle task started"); in torture_shuffle()
599 VERBOSE_TOROUT_STRING("Stopping torture_shuffle task"); in torture_shuffle_cleanup()
636 VERBOSE_TOROUT_STRING("torture_shutdown task started"); in torture_shutdown()
656 VERBOSE_TOROUT_STRING("torture_shutdown task shutting down system"); in torture_shutdown()
661 VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping."); in torture_shutdown()
[all …]
/linux/kernel/locking/
H A Dlocktorture.c563 VERBOSE_TOROUT_STRING("ww_acquire_ctx: Out of memory"); in torture_ww_mutex_init()
853 VERBOSE_TOROUT_STRING("lock_torture_writer task started"); in lock_torture_writer()
921 VERBOSE_TOROUT_STRING("lock_torture_reader task started"); in lock_torture_reader()
1027 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
1239 VERBOSE_TOROUT_STRING("cxt.lwsa: Out of memory"); in lock_torture_init()
1269 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