Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree.h365 unsigned long gp_max; /* Maximum GP duration in */ member
Dtree.c2077 if (gp_duration > rsp->gp_max) in rcu_gp_cleanup()
2078 rsp->gp_max = gp_duration; in rcu_gp_cleanup()