Lines Matching refs:delaysection
138 void (*delaysection)(const int nloops, const int udl, const int ndl); member
182 .delaysection = ref_rcu_delay_section,
218 .delaysection = srcu_ref_scale_delay_section,
254 .delaysection = srcu_fast_ref_scale_delay_section,
290 .delaysection = srcu_fast_updown_ref_scale_delay_section,
317 .delaysection = rcu_tasks_ref_scale_delay_section,
356 .delaysection = rcu_trace_ref_scale_delay_section,
398 .delaysection = ref_refcnt_delay_section,
426 .delaysection = ref_percpuinc_delay_section,
459 .delaysection = ref_incpercpu_delay_section,
497 .delaysection = ref_incpercpupreempt_delay_section,
535 .delaysection = ref_incpercpubh_delay_section,
576 .delaysection = ref_incpercpuirqsave_delay_section,
613 .delaysection = ref_rwlock_delay_section,
650 .delaysection = ref_rwsem_delay_section,
684 .delaysection = ref_lock_delay_section,
719 .delaysection = ref_lock_irq_delay_section,
752 .delaysection = ref_acqrel_delay_section,
786 .delaysection = ref_sched_clock_delay_section,
819 .delaysection = ref_clock_delay_section,
851 .delaysection = ref_jiffies_delay_section,
882 .delaysection = ref_preempt_delay_section,
913 .delaysection = ref_bh_delay_section,
945 .delaysection = ref_irq_delay_section,
978 .delaysection = ref_irqsave_delay_section,
1193 .delaysection = typesafe_delay_section,
1201 .delaysection = typesafe_delay_section,
1209 .delaysection = typesafe_delay_section,
1218 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader()