Home
last modified time | relevance | path

Searched refs:TM_RETRIES (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm.h15 #define TM_RETRIES 100 macro
53 for (i = 0; i < TM_RETRIES; i++) { in htm_is_synthetic()
67 return i == TM_RETRIES; in htm_is_synthetic()
H A Dtm-syscall.c40 for (i = 0; i < TM_RETRIES; i++) { in getppid_tm()
69 printf("Exceeded limit of %d temporary transaction failures.\n", TM_RETRIES); in getppid_tm()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c28 #define TM_RETRIES 100 macro
35 for (i = 0; i < TM_RETRIES; i++) { in getppid_tm()
57 printf("Exceeded limit of %d temporary transaction failures.\n", TM_RETRIES); in getppid_tm()

Completed in 1 milliseconds