Lines Matching refs:ndl

138 	void (*delaysection)(const int nloops, const int udl, const int ndl);
144 static void un_delay(const int udl, const int ndl) in un_delay() argument
148 if (ndl) in un_delay()
149 ndelay(ndl); in un_delay()
162 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
168 un_delay(udl, ndl); in ref_rcu_delay_section()
200 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
207 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
230 static void srcu_fast_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_fast_ref_scale_delay_section() argument
237 un_delay(udl, ndl); in srcu_fast_ref_scale_delay_section()
260 static void srcu_lite_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_lite_ref_scale_delay_section() argument
267 un_delay(udl, ndl); in srcu_lite_ref_scale_delay_section()
291 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
296 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
327 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
333 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
366 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
372 un_delay(udl, ndl); in ref_refcnt_delay_section()
403 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
409 un_delay(udl, ndl); in ref_rwlock_delay_section()
440 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
446 un_delay(udl, ndl); in ref_rwsem_delay_section()
473 static void ref_lock_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_delay_section() argument
480 un_delay(udl, ndl); in ref_lock_delay_section()
507 static void ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_irq_delay_section() argument
515 un_delay(udl, ndl); in ref_lock_irq_delay_section()
543 static void ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) in ref_acqrel_delay_section() argument
551 un_delay(udl, ndl); in ref_acqrel_delay_section()
577 static void ref_sched_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_sched_clock_delay_section() argument
585 un_delay(udl, ndl); in ref_sched_clock_delay_section()
610 static void ref_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_clock_delay_section() argument
618 un_delay(udl, ndl); in ref_clock_delay_section()
642 static void ref_jiffies_delay_section(const int nloops, const int udl, const int ndl) in ref_jiffies_delay_section() argument
650 un_delay(udl, ndl); in ref_jiffies_delay_section()
730 static void typesafe_delay_section(const int nloops, const int udl, const int ndl) in typesafe_delay_section() argument
756 un_delay(udl, ndl); in typesafe_delay_section()