Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlocktorture.c981 * loaded, and then by giving the lock_torture_stats kthread full control
982 * (or the init/cleanup functions when lock_torture_stats thread is not
1025 static int lock_torture_stats(void *arg) in lock_torture_stats() function
1027 VERBOSE_TOROUT_STRING("lock_torture_stats task started"); in lock_torture_stats()
1031 torture_shutdown_absorb("lock_torture_stats"); in lock_torture_stats()
1033 torture_kthread_stopping("lock_torture_stats"); in lock_torture_stats()
1134 torture_stop_kthread(lock_torture_stats, stats_task); in lock_torture_cleanup()
1375 firsterr = torture_create_kthread(lock_torture_stats, NULL, in lock_torture_init()