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

/linux-master/kernel/rcu/
H A Dtree.c1722 unsigned long gp_duration; local
1732 gp_duration = rcu_state.gp_end - rcu_state.gp_start;
1733 if (gp_duration > rcu_state.gp_max)
1734 rcu_state.gp_max = gp_duration;

Completed in 212 milliseconds