Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h496 unsigned long gp_max; /* Maximum GP duration in */ member
Dtree_trace.c332 gpmax = rsp->gp_max; in show_one_rcugp()
Dtree.c1910 if (gp_duration > rsp->gp_max) in rcu_gp_cleanup()
1911 rsp->gp_max = gp_duration; in rcu_gp_cleanup()