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

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/
H A Dtest_context.c62 static int max_loops = 0; variable
234 if (max_loops && num_loops > max_loops)
236 num_loops, max_loops);
487 {"max-loops", 0, arg_integer, &max_loops, "time", NULL },
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c1696 int max_loops = 1000; local
1705 while (__cvmx_helper_backpressure_is_misaligned() && (loop++ < max_loops))
1710 if (loop < max_loops)

Completed in 123 milliseconds