Home
last modified time | relevance | path

Searched refs:gp_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/kernel/rcu/
Dtree.h345 unsigned long gp_max; /* Maximum GP duration in */ member
Dtree.c1697 if (gp_duration > rcu_state.gp_max) in rcu_gp_cleanup()
1698 rcu_state.gp_max = gp_duration; in rcu_gp_cleanup()