Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree_stall.h883 jr = j - data_race(READ_ONCE(rcu_state.gp_req_activity)); in show_rcu_gp_kthreads()
951 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
961 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
975 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
Dtree.h385 unsigned long gp_req_activity; /* Time of last GP request */ member
Dtree.c975 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_start_this_gp()
1764 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_gp_cleanup()
4654 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_spawn_gp_kthread()