Searched refs:srcu_data_have_cbs (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h41 /* ->srcu_data_have_cbs[]. */
53 unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */ member in struct:srcu_node
121 #define SRCU_SIZE_WAIT_CBS2 5 // sequence elements or the ->srcu_data_have_cbs[]
/linux-master/kernel/rcu/
H A Dsrcutree.c190 ARRAY_SIZE(snp->srcu_data_have_cbs));
193 snp->srcu_data_have_cbs[i] = 0;
898 mask = snp->srcu_data_have_cbs[idx];
899 snp->srcu_data_have_cbs[idx] = 0;
1015 snp->srcu_data_have_cbs[idx] |= sdp->grpmask;
1027 snp->srcu_data_have_cbs[idx] |= sdp->grpmask;

Completed in 92 milliseconds