Searched refs:nloops (Results 1 – 2 of 2) sorted by relevance
114 void (*readsection)(const int nloops);115 void (*delaysection)(const int nloops, const int udl, const int ndl);129 static void ref_rcu_read_section(const int nloops) in ref_rcu_read_section() argument133 for (i = nloops; i >= 0; i--) { in ref_rcu_read_section()139 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument143 for (i = nloops; i >= 0; i--) { in ref_rcu_delay_section()165 static void srcu_ref_scale_read_section(const int nloops) in srcu_ref_scale_read_section() argument170 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_read_section()176 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument181 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_delay_section()[all …]
136 int i, nloops; in poll_until() local138 nloops = gameport_time(gp, u_sec); in poll_until()139 for (i = 0; i < nloops; i++) { in poll_until()