Lines Matching refs:ndl
128 void (*delaysection)(const int nloops, const int udl, const int ndl);
134 static void un_delay(const int udl, const int ndl) in un_delay() argument
138 if (ndl) in un_delay()
139 ndelay(ndl); in un_delay()
152 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
158 un_delay(udl, ndl); in ref_rcu_delay_section()
189 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
196 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
218 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
223 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
244 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
250 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
275 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
281 un_delay(udl, ndl); in ref_refcnt_delay_section()
311 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
317 un_delay(udl, ndl); in ref_rwlock_delay_section()
347 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
353 un_delay(udl, ndl); in ref_rwsem_delay_section()
380 static void ref_lock_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_delay_section() argument
387 un_delay(udl, ndl); in ref_lock_delay_section()
414 static void ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) in ref_lock_irq_delay_section() argument
422 un_delay(udl, ndl); in ref_lock_irq_delay_section()
450 static void ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) in ref_acqrel_delay_section() argument
458 un_delay(udl, ndl); in ref_acqrel_delay_section()
484 static void ref_clock_delay_section(const int nloops, const int udl, const int ndl) in ref_clock_delay_section() argument
492 un_delay(udl, ndl); in ref_clock_delay_section()