Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.h322 unsigned long gp_max; /* Maximum GP duration in */ member
Dtree_stall.h878 data_race(READ_ONCE(rcu_state.gp_max)), in show_rcu_gp_kthreads()
Dtree.c1776 if (gp_duration > rcu_state.gp_max) in rcu_gp_cleanup()
1777 rcu_state.gp_max = gp_duration; in rcu_gp_cleanup()