Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_defer.c
index cd9780b6f02f0b44d6f08e5ce5961590ebcde04a..a711959a4ea19dbc19310f17d5450d54f6a96da4 100644 (file)
@@ -85,9 +85,9 @@ static unsigned long rduration;
 /* write-side C.S. duration, in loops */
 static unsigned long wduration;
 
-static inline void loop_sleep(unsigned long l)
+static inline void loop_sleep(unsigned long loops)
 {
-       while(l-- != 0)
+       while (loops-- != 0)
                caa_cpu_relax();
 }
 
This page took 0.023059 seconds and 4 git commands to generate.