Test cleanup: replace "l" parameter by "loops"
[urcu.git] / tests / test_urcu_hash.h
index fe13c36ad192c890fda33a21b049daaa91bee3e4..4af34f7a3499cb9fdec2d9681f33edfde35d93fa 100644 (file)
@@ -175,9 +175,9 @@ extern unsigned long nr_hash_chains;
 
 extern int count_pipe[2];
 
-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.022469 seconds and 4 git commands to generate.