Lines Matching refs:delaysection
130 void (*delaysection)(const int nloops, const int udl, const int ndl); member
172 .delaysection = ref_rcu_delay_section,
206 .delaysection = srcu_ref_scale_delay_section,
233 .delaysection = rcu_tasks_ref_scale_delay_section,
272 .delaysection = rcu_trace_ref_scale_delay_section,
311 .delaysection = ref_refcnt_delay_section,
347 .delaysection = ref_rwlock_delay_section,
383 .delaysection = ref_rwsem_delay_section,
417 .delaysection = ref_lock_delay_section,
452 .delaysection = ref_lock_irq_delay_section,
488 .delaysection = ref_acqrel_delay_section,
522 .delaysection = ref_clock_delay_section,
531 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader()