Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_qsbr.c
index 421fb0739bd8f665d22f25bf9f04a607776ecbf2..039031a35819a5284026f8b3af6597a735f3f007 100644 (file)
@@ -84,9 +84,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.022179 seconds and 4 git commands to generate.