Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c13 * a segmentation fault. This happens for COUNT_MAX times.
32 #define COUNT_MAX 5000 /* Number of interactions */ macro
91 count = COUNT_MAX; in usr_signal_handler()
125 while (count < COUNT_MAX) { in tm_trap_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c13 * a segmentation fault. This happens for COUNT_MAX times.
32 #define COUNT_MAX 5000 /* Number of interactions */ macro
91 count = COUNT_MAX; in usr_signal_handler()
125 while (count < COUNT_MAX) { in tm_trap_test()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c45 #define COUNT_MAX 600 /* Number of interactions */ macro
59 static int count_max = COUNT_MAX;
283 printf("\t-i\t Amount of interactions. (Default = %d)\n", COUNT_MAX); in show_help()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c45 #define COUNT_MAX 600 /* Number of interactions */ macro
59 static int count_max = COUNT_MAX;
283 printf("\t-i\t Amount of interactions. (Default = %d)\n", COUNT_MAX); in show_help()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_intel_display.c40 #define COUNT_MAX 0x10000000 macro
63 for (count = 0; count < COUNT_MAX; count++) { in mdfldWaitForPipeDisable()
91 for (count = 0; count < COUNT_MAX; count++) { in mdfldWaitForPipeEnable()

Completed in 4 milliseconds