Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree.h341 unsigned long gp_max; /* Maximum GP duration in */ member
A Dtree_stall.h893 data_race(READ_ONCE(rcu_state.gp_max)), in show_rcu_gp_kthreads()
A Dtree.c1678 if (gp_duration > rcu_state.gp_max) in rcu_gp_cleanup()
1679 rcu_state.gp_max = gp_duration; in rcu_gp_cleanup()
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst296 1 unsigned long gp_max;
300 The ``->gp_max`` field tracks the duration of the longest grace period

Completed in 16 milliseconds