Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsrcutree.c111 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes()
114 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes()
574 mask = snp->srcu_data_have_cbs[idx]; in srcu_gp_end()
575 snp->srcu_data_have_cbs[idx] = 0; in srcu_gp_end()
667 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start()
681 snp->srcu_data_have_cbs[idx] |= sdp->grpmask; in srcu_funnel_gp_start()
/Linux-v4.19/include/linux/
Dsrcutree.h65 unsigned long srcu_data_have_cbs[4]; /* Which srcu_data structs */ member