Searched refs:loop_num (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/clk/bcm/ |
D | clk-bcm53573-ilp.c | 49 int sum = 0, num = 0, loop_num = 0; in bcm53573_ilp_recalc_rate() local 72 loop_num = 0; in bcm53573_ilp_recalc_rate() 74 } else if (++loop_num > 5000) { in bcm53573_ilp_recalc_rate()
|
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 188 int loop_num = MAX_LOOPS - (rand() % 100); /* provide some variability */ in runtestsingle() local 213 for (i = 0; i < loop_num; i++) { in runtestsingle() 230 needed += loop_num; in runtestsingle() 232 needed += loop_num; in runtestsingle() 235 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle() 238 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
|