Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.h363 unsigned long gp_max; /* Maximum GP duration in */ member
H A Dtree_stall.h959 data_race(READ_ONCE(rcu_state.gp_max)), in show_rcu_gp_kthreads()
H A Dtree.c2165 if (gp_duration > rcu_state.gp_max) in rcu_gp_cleanup()
2166 rcu_state.gp_max = gp_duration; in rcu_gp_cleanup()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst329 1 unsigned long gp_max;
333 The ``->gp_max`` field tracks the duration of the longest grace period