Home
last modified time | relevance | path

Searched refs:nloops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/rcu/
Drefscale.c114 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() argument
133 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() argument
143 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() argument
170 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() argument
181 for (i = nloops; i >= 0; i--) { in srcu_ref_scale_delay_section()
[all …]
/Linux-v5.10/drivers/input/joystick/
Dgrip_mp.c136 int i, nloops; in poll_until() local
138 nloops = gameport_time(gp, u_sec); in poll_until()
139 for (i = 0; i < nloops; i++) { in poll_until()