Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h528 unsigned long gp_max; /* Maximum GP duration in */ member
Dtree_trace.c329 gpmax = rsp->gp_max; in show_one_rcugp()
Dtree.c1999 if (gp_duration > rsp->gp_max) in rcu_gp_cleanup()
2000 rsp->gp_max = gp_duration; in rcu_gp_cleanup()