Lines Matching refs:srcu_have_cbs
156 BUILD_BUG_ON(ARRAY_SIZE(snp->srcu_have_cbs) !=
158 for (i = 0; i < ARRAY_SIZE(snp->srcu_have_cbs); i++) {
159 snp->srcu_have_cbs[i] = SRCU_SNP_INIT_SEQ;
911 * are initiating callback invocation. This allows the ->srcu_have_cbs[]
954 idx = rcu_seq_ctr(gpseq) % ARRAY_SIZE(snp->srcu_have_cbs);
960 cbs = ss_state < SRCU_SIZE_BIG || snp->srcu_have_cbs[idx] == gpseq;
961 snp->srcu_have_cbs[idx] = gpseq;
962 rcu_seq_set_state(&snp->srcu_have_cbs[idx], 1);
1064 int idx = rcu_seq_ctr(s) % ARRAY_SIZE(sdp->mynode->srcu_have_cbs);
1083 snp_seq = snp->srcu_have_cbs[idx];
1096 snp->srcu_have_cbs[idx] = s;