Searched refs:gp_seq_needed (Results 1 – 3 of 3) sorted by relevance
897 (long)data_race(READ_ONCE(rcu_get_root()->gp_seq_needed)), in show_rcu_gp_kthreads()901 if (ULONG_CMP_GE(READ_ONCE(rcu_state.gp_seq), READ_ONCE(rnp->gp_seq_needed)) && in show_rcu_gp_kthreads()908 (long)data_race(READ_ONCE(rnp->gp_seq_needed)), in show_rcu_gp_kthreads()921 READ_ONCE(rdp->gp_seq_needed))) in show_rcu_gp_kthreads()924 cpu, (long)data_race(READ_ONCE(rdp->gp_seq_needed))); in show_rcu_gp_kthreads()952 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()965 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()979 READ_ONCE(rnp_root->gp_seq_needed)) || in rcu_check_gp_start_stall()
46 unsigned long gp_seq_needed; /* Track furthest future GP request. */ member181 unsigned long gp_seq_needed; /* Track furthest future GP request. */ member
384 2 unsigned long gp_seq_needed;395 The ``->gp_seq_needed`` fields record the furthest-in-the-future grace398 equals or exceeds that of the ``->gp_seq_needed`` field.409 | No, because if the ``->gp_seq_needed`` field lags behind the |410 | ``->gp_seq`` field, the ``->gp_seq_needed`` field will be updated at |830 2 unsigned long gp_seq_needed;837 ``->gp_seq_needed`` field is the counterpart of the field of the same