Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree_stall.h564 jr = j - READ_ONCE(rcu_state.gp_req_activity); in show_rcu_gp_kthreads()
617 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
626 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
639 time_before(j, rcu_state.gp_req_activity + gpssdelay) || in rcu_check_gp_start_stall()
Dtree.h337 unsigned long gp_req_activity; /* Time of last GP request */ member
Dtree.c1183 rcu_state.gp_req_activity = jiffies; in rcu_start_this_gp()
1758 rcu_state.gp_req_activity = jiffies; in rcu_gp_cleanup()