Lines Matching refs:ndl

130 	void (*delaysection)(const int nloops, const int udl, const int ndl);
136 static void un_delay(const int udl, const int ndl) in un_delay() argument
140 if (ndl) in un_delay()
141 ndelay(ndl); in un_delay()
154 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
160 un_delay(udl, ndl); in ref_rcu_delay_section()
191 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
198 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
222 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
227 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
258 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
264 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
297 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
303 un_delay(udl, ndl); in ref_refcnt_delay_section()
333 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
339 un_delay(udl, ndl); in ref_rwlock_delay_section()
369 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
375 un_delay(udl, ndl); in ref_rwsem_delay_section()
402 static void ref_lock_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_delay_section() argument
409 un_delay(udl, ndl); in ref_lock_delay_section()
436 static void ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_irq_delay_section() argument
444 un_delay(udl, ndl); in ref_lock_irq_delay_section()
472 static void ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) in ref_acqrel_delay_section() argument
480 un_delay(udl, ndl); in ref_acqrel_delay_section()
506 static void ref_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_clock_delay_section() argument
514 un_delay(udl, ndl); in ref_clock_delay_section()