Searched refs:MAX_TRIES (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dgetmntinfo.c41 #define MAX_TRIES 3 macro
59 while (tries++ < MAX_TRIES && bufsize <= mntsize * sizeof(*mntbuf)) {
/freebsd-13-stable/tools/regression/priv/
H A Dpriv_vfs_generation.c37 * to have a non-0 generation. We try up to MAX_TRIES times, and then give
53 #define MAX_TRIES 100 macro
65 * number. We try up to MAX_TRIES times and otherwise fail.
67 for (i = 0; i < MAX_TRIES; i++) {

Completed in 103 milliseconds