Lines Matching refs:cnt
38 unsigned long i, cnt; in test_find_first_bit() local
42 for (cnt = i = 0; i < len; cnt++) { in test_find_first_bit()
47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit()
54 unsigned long i, cnt; in test_find_next_bit() local
58 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_bit()
61 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit()
68 unsigned long i, cnt; in test_find_next_zero_bit() local
72 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_zero_bit()
75 pr_err("find_next_zero_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_zero_bit()
82 unsigned long l, cnt = 0; in test_find_last_bit() local
87 cnt++; in test_find_last_bit()
94 pr_err("find_last_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_last_bit()
102 unsigned long i, cnt; in test_find_next_and_bit() local
106 for (cnt = i = 0; i < BITMAP_LEN; cnt++) in test_find_next_and_bit()
109 pr_err("find_next_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_and_bit()