Searched refs:do_norm (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/rcu/ |
| H A D | srcutree.c | 1023 unsigned long s, bool do_norm) in srcu_funnel_gp_start() argument 1051 srcu_schedule_cbs_sdp(sdp, do_norm ? SRCU_INTERVAL : 0); in srcu_funnel_gp_start() 1054 if (!do_norm) in srcu_funnel_gp_start() 1076 if (!do_norm && ULONG_CMP_LT(sup->srcu_gp_seq_needed_exp, s)) in srcu_funnel_gp_start() 1252 struct rcu_head *rhp, bool do_norm) in srcu_gp_start_if_needed() argument 1331 if (!do_norm && ULONG_CMP_LT(sdp->srcu_gp_seq_needed_exp, s)) { in srcu_gp_start_if_needed() 1344 srcu_funnel_gp_start(ssp, sdp, s, do_norm); in srcu_gp_start_if_needed() 1380 rcu_callback_t func, bool do_norm) in __call_srcu() argument 1389 (void)srcu_gp_start_if_needed(ssp, rhp, do_norm); in __call_srcu() 1423 static void __synchronize_srcu(struct srcu_struct *ssp, bool do_norm) in __synchronize_srcu() argument [all …]
|