Lines Matching refs:udl

132 	void (*delaysection)(const int nloops, const int udl, const int ndl);
138 static void un_delay(const int udl, const int ndl) in un_delay() argument
140 if (udl) in un_delay()
141 udelay(udl); in un_delay()
156 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
162 un_delay(udl, ndl); in ref_rcu_delay_section()
194 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
201 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
225 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
230 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
261 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
267 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
300 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
306 un_delay(udl, ndl); in ref_refcnt_delay_section()
337 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
343 un_delay(udl, ndl); in ref_rwlock_delay_section()
374 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
380 un_delay(udl, ndl); in ref_rwsem_delay_section()
407 static void ref_lock_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_delay_section() argument
414 un_delay(udl, ndl); in ref_lock_delay_section()
441 static void ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_irq_delay_section() argument
449 un_delay(udl, ndl); in ref_lock_irq_delay_section()
477 static void ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) in ref_acqrel_delay_section() argument
485 un_delay(udl, ndl); in ref_acqrel_delay_section()
511 static void ref_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_clock_delay_section() argument
519 un_delay(udl, ndl); in ref_clock_delay_section()
599 static void typesafe_delay_section(const int nloops, const int udl, const int ndl) in typesafe_delay_section() argument
625 un_delay(udl, ndl); in typesafe_delay_section()