Searched refs:do_norm (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/kernel/rcu/ |
D | srcutree.c | 629 unsigned long s, bool do_norm) in srcu_funnel_gp_start() argument 647 srcu_schedule_cbs_sdp(sdp, do_norm in srcu_funnel_gp_start() 652 if (!do_norm) in srcu_funnel_gp_start() 659 if (!do_norm && ULONG_CMP_LT(snp->srcu_gp_seq_needed_exp, s)) in srcu_funnel_gp_start() 673 if (!do_norm && ULONG_CMP_LT(ssp->srcu_gp_seq_needed_exp, s)) in srcu_funnel_gp_start() 809 struct rcu_head *rhp, bool do_norm) in srcu_gp_start_if_needed() argument 832 if (!do_norm && ULONG_CMP_LT(sdp->srcu_gp_seq_needed_exp, s)) { in srcu_gp_start_if_needed() 838 srcu_funnel_gp_start(ssp, sdp, s, do_norm); in srcu_gp_start_if_needed() 874 rcu_callback_t func, bool do_norm) in __call_srcu() argument 883 (void)srcu_gp_start_if_needed(ssp, rhp, do_norm); in __call_srcu() [all …]
|