Lines Matching refs:ndl

115 	void (*delaysection)(const int nloops, const int udl, const int ndl);
121 static void un_delay(const int udl, const int ndl) in un_delay() argument
125 if (ndl) in un_delay()
126 ndelay(ndl); in un_delay()
139 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
145 un_delay(udl, ndl); in ref_rcu_delay_section()
176 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
183 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
205 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
210 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
231 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
237 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
262 static void ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) in ref_refcnt_delay_section() argument
268 un_delay(udl, ndl); in ref_refcnt_delay_section()
298 static void ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) in ref_rwlock_delay_section() argument
304 un_delay(udl, ndl); in ref_rwlock_delay_section()
334 static void ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) in ref_rwsem_delay_section() argument
340 un_delay(udl, ndl); in ref_rwsem_delay_section()