Home
last modified time | relevance | path

Searched refs:TM_RETRIES (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/powerpc/tm/
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()
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()