Searched refs:gp_req_activity (Results 1 – 3 of 3) sorted by relevance
820 jr = j - data_race(READ_ONCE(rcu_state.gp_req_activity)); in show_rcu_gp_kthreads()888 if (time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()898 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()912 time_before(j, READ_ONCE(rcu_state.gp_req_activity) + gpssdelay) || in rcu_check_gp_start_stall()
350 unsigned long gp_req_activity; /* Time of last GP request */ member
1416 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_start_this_gp()2084 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_gp_cleanup()4433 WRITE_ONCE(rcu_state.gp_req_activity, jiffies); in rcu_spawn_gp_kthread()
Completed in 17 milliseconds