On Sat, Aug 16, 2025 at 10:54:04AM +0700, Bagas Sanjaya wrote:
> On Fri, Aug 15, 2025 at 05:00:05PM -0700, Paul E. McKenney wrote:
> > +RCU: Initialization/cleanup/ordering::
> > +
> > + RCU_INIT_POINTER
> > + RCU_INITIALIZER
> > + RCU_POINTER_INITIALIZER
> > + init_rcu_head
> > + destroy_rcu_head
> > + init_rcu_head_on_stack
> > + destroy_rcu_head_on_stack
> > + SLAB_TYPESAFE_BY_RCU
> > +
> > +
> > +RCU: Quiescents states and control::
> > +
> > + cond_resched_tasks_rcu_qs
> > + rcu_all_qs
> > + rcu_softirq_qs_periodic
> > + rcu_end_inkernel_boot
> > + rcu_expedite_gp
> > + rcu_gp_is_expedited
> > + rcu_unexpedite_gp
> > + rcu_cpu_stall_reset
> > + rcu_head_after_call_rcu
> > + rcu_is_watching
> > +
> > +
> > +RCU-sync primitive:
> > +
> > + rcu_sync_is_idle
> > + rcu_sync_init
> > + rcu_sync_enter
> > + rcu_sync_exit
> > + rcu_sync_dtor
>
> Looks like inconsistent (normal paragraph instead of literal code block like
> the rest).
As in the "RCU-sync primitive:" needs another colon (":") at the end of
that line? If so, agreed, will fix on next rebase, and thank you!
Thanx, Paul