Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_bp.c
index 41caeb0995d1d19cfc6bab50d2179c5e2399d576..85ccb7899b3fade57b51f85e96e1d6cec783eb91 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.02228 seconds and 4 git commands to generate.