Searched refs:MAX_LOOPS (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/mtd/
H A Dnftlcore.c32 #define MAX_LOOPS 10000 macro
259 silly = MAX_LOOPS;
543 silly = MAX_LOOPS;
709 int silly = MAX_LOOPS;
H A Dinftlcore.c33 #define MAX_LOOPS 10000 macro
265 silly = MAX_LOOPS;
482 silly = MAX_LOOPS;
652 silly = MAX_LOOPS;
751 int silly = MAX_LOOPS;
860 int silly = MAX_LOOPS;
/linux-master/arch/mips/loongson64/
H A Dsmp.c414 #define MAX_LOOPS 800 macro
444 if (i > MAX_LOOPS)
445 i = MAX_LOOPS;
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c46 #define MAX_LOOPS 10000 macro
234 int loop_num = MAX_LOOPS - (rand() % 100); /* provide some variability */
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c1598 const unsigned int MAX_LOOPS = 5000; local
1618 for (i = 0; i < MAX_LOOPS; i++) {
1623 if (i == MAX_LOOPS) {

Completed in 161 milliseconds