Searched refs:gp_start (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tasks.h | 102 unsigned long gp_start; member 616 rtp->gp_start = jiffies; in rcu_tasks_one_gp() 762 j - data_race(rtp->gp_start), j - data_race(rtp->gp_jiffies), in rcu_tasks_torture_stats_print_generic() 886 __func__, rtp->kname, rtp->tasks_gp_seq, j - rtp->gp_start); in rcu_tasks_wait_gp()
|
| H A D | tree.h | 401 unsigned long gp_start; /* Time at which GP started, */ 402 unsigned long gp_start; /* Time at which GP started, */ global() member
|
| H A D | tree.c | 922 (time_after(jiffies, rcu_state.gp_start + jtsq * 2) || in rcu_watching_snap_recheck() 928 } else if (time_after(jiffies, rcu_state.gp_start + jtsq)) { in rcu_watching_snap_recheck() 2164 gp_duration = rcu_state.gp_end - rcu_state.gp_start; in rcu_gp_cleanup() 3689 time_before(jiffies, READ_ONCE(rcu_state.gp_start) + in rcu_pending()
|