Lines Matching refs:gp_kthread_dbg
383 void (*gp_kthread_dbg)(void); member
574 .gp_kthread_dbg = show_rcu_gp_kthreads,
903 .gp_kthread_dbg = show_rcu_tasks_classic_gp_kthread,
934 .gp_kthread_dbg = show_rcu_tasks_rude_gp_kthread,
985 .gp_kthread_dbg = show_rcu_tasks_trace_gp_kthread,
1068 if (!xchg(&dbg_done, 1) && cur_ops->gp_kthread_dbg) { in rcu_torture_boost_failed()
1071 cur_ops->gp_kthread_dbg(); in rcu_torture_boost_failed()
1614 if (cur_ops->gp_kthread_dbg) in rcu_torture_writer()
1615 cur_ops->gp_kthread_dbg(); in rcu_torture_writer()
2303 if (cur_ops->gp_kthread_dbg) in rcu_torture_stats_print()
2304 cur_ops->gp_kthread_dbg(); in rcu_torture_stats_print()
2884 if (WARN_ON(n_max_gps < MIN_FWD_CBS_LAUNDERED) && cur_ops->gp_kthread_dbg) in rcu_torture_fwd_prog_cr()
2885 cur_ops->gp_kthread_dbg(); in rcu_torture_fwd_prog_cr()
3403 if (cur_ops->gp_kthread_dbg) in rcu_torture_cleanup()
3404 cur_ops->gp_kthread_dbg(); in rcu_torture_cleanup()