Searched refs:gp_duration (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/rcu/
H A Dtree.c2059 unsigned long gp_duration; local
2069 gp_duration = rcu_state.gp_end - rcu_state.gp_start;
2070 if (gp_duration > rcu_state.gp_max)
2071 rcu_state.gp_max = gp_duration;

Completed in 191 milliseconds