gp_max           1698 kernel/rcu/tree.c 	if (gp_duration > rcu_state.gp_max)
gp_max           1699 kernel/rcu/tree.c 		rcu_state.gp_max = gp_duration;
gp_max            345 kernel/rcu/tree.h 	unsigned long gp_max;			/* Maximum GP duration in */