|
|
@@ -146,12 +146,6 @@ struct rcu_node {
|
|
|
/* boosting for this rcu_node structure. */
|
|
|
unsigned int boost_kthread_status;
|
|
|
/* State of boost_kthread_task for tracing. */
|
|
|
- unsigned long n_tasks_boosted;
|
|
|
- /* Total number of tasks boosted. */
|
|
|
- unsigned long n_exp_boosts;
|
|
|
- /* Number of tasks boosted for expedited GP. */
|
|
|
- unsigned long n_normal_boosts;
|
|
|
- /* Number of tasks boosted for normal GP. */
|
|
|
#ifdef CONFIG_RCU_NOCB_CPU
|
|
|
struct swait_queue_head nocb_gp_wq[2];
|
|
|
/* Place for rcu_nocb_kthread() to wait GP. */
|