Lines Matching refs:delaysection
128 void (*delaysection)(const int nloops, const int udl, const int ndl); member
170 .delaysection = ref_rcu_delay_section,
204 .delaysection = srcu_ref_scale_delay_section,
229 .delaysection = rcu_tasks_ref_scale_delay_section,
258 .delaysection = rcu_trace_ref_scale_delay_section,
289 .delaysection = ref_refcnt_delay_section,
325 .delaysection = ref_rwlock_delay_section,
361 .delaysection = ref_rwsem_delay_section,
395 .delaysection = ref_lock_delay_section,
430 .delaysection = ref_lock_irq_delay_section,
466 .delaysection = ref_acqrel_delay_section,
500 .delaysection = ref_clock_delay_section,
509 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader()