Lines Matching refs:srcu_gp_seq_needed_exp
116 snp->srcu_gp_seq_needed_exp = 0; in init_srcu_struct_nodes()
147 sdp->srcu_gp_seq_needed_exp = sp->srcu_gp_seq; in init_srcu_struct_nodes()
188 sp->srcu_gp_seq_needed_exp = 0; in init_srcu_struct_fields()
366 READ_ONCE(sp->srcu_gp_seq_needed_exp))) in srcu_get_delay()
556 if (ULONG_CMP_LT(sp->srcu_gp_seq_needed_exp, gpseq)) in srcu_gp_end()
557 sp->srcu_gp_seq_needed_exp = gpseq; in srcu_gp_end()
572 if (ULONG_CMP_LT(snp->srcu_gp_seq_needed_exp, gpseq)) in srcu_gp_end()
573 snp->srcu_gp_seq_needed_exp = gpseq; in srcu_gp_end()
589 sdp->srcu_gp_seq_needed_exp + 100)) in srcu_gp_end()
590 sdp->srcu_gp_seq_needed_exp = gpseq; in srcu_gp_end()
625 ULONG_CMP_GE(READ_ONCE(snp->srcu_gp_seq_needed_exp), s)) in srcu_funnel_exp_start()
628 if (ULONG_CMP_GE(snp->srcu_gp_seq_needed_exp, s)) { in srcu_funnel_exp_start()
632 WRITE_ONCE(snp->srcu_gp_seq_needed_exp, s); in srcu_funnel_exp_start()
636 if (ULONG_CMP_LT(sp->srcu_gp_seq_needed_exp, s)) in srcu_funnel_exp_start()
637 sp->srcu_gp_seq_needed_exp = s; in srcu_funnel_exp_start()
682 if (!do_norm && ULONG_CMP_LT(snp->srcu_gp_seq_needed_exp, s)) in srcu_funnel_gp_start()
683 snp->srcu_gp_seq_needed_exp = s; in srcu_funnel_gp_start()
696 if (!do_norm && ULONG_CMP_LT(sp->srcu_gp_seq_needed_exp, s)) in srcu_funnel_gp_start()
697 sp->srcu_gp_seq_needed_exp = s; in srcu_funnel_gp_start()
879 if (!do_norm && ULONG_CMP_LT(sdp->srcu_gp_seq_needed_exp, s)) { in __call_srcu()
880 sdp->srcu_gp_seq_needed_exp = s; in __call_srcu()