Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Dsrcutree.c190 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes()
193 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes()
931 mask = snp->srcu_data_have_cbs[idx]; in srcu_gp_end()
932 snp->srcu_data_have_cbs[idx] = 0; in srcu_gp_end()
1048 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start()
1060 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start()
/linux-6.15/include/linux/
H A Dsrcutree.h59 unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs have CBs for given GP? */ member