Lines Matching refs:udl

134 	void (*delaysection)(const int nloops, const int udl, const int ndl);
140 static void un_delay(const int udl, const int ndl) in un_delay() argument
142 if (udl) in un_delay()
143 udelay(udl); in un_delay()
158 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
164 un_delay(udl, ndl); in ref_rcu_delay_section()
196 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
203 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
227 static void rcu_tasks_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in rcu_tasks_ref_scale_delay_section() argument
232 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
263 static void rcu_trace_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in rcu_trace_ref_scale_delay_section() argument
269 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
302 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
308 un_delay(udl, ndl); in ref_refcnt_delay_section()
339 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
345 un_delay(udl, ndl); in ref_rwlock_delay_section()
376 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
382 un_delay(udl, ndl); in ref_rwsem_delay_section()
409 static void ref_lock_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_delay_section() argument
416 un_delay(udl, ndl); in ref_lock_delay_section()
443 static void ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_irq_delay_section() argument
451 un_delay(udl, ndl); in ref_lock_irq_delay_section()
479 static void ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) in ref_acqrel_delay_section() argument
487 un_delay(udl, ndl); in ref_acqrel_delay_section()
513 static void ref_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_clock_delay_section() argument
521 un_delay(udl, ndl); in ref_clock_delay_section()
545 static void ref_jiffies_delay_section(const int nloops, const int udl, const int ndl) in ref_jiffies_delay_section() argument
553 un_delay(udl, ndl); in ref_jiffies_delay_section()
633 static void typesafe_delay_section(const int nloops, const int udl, const int ndl) in typesafe_delay_section() argument
659 un_delay(udl, ndl); in typesafe_delay_section()