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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dloop6.c15 /* Verifier will fail with SG_MAX = 128. The failure can be
16 * workarounded with a smaller SG_MAX, e.g. 10.
20 #define SG_MAX 10 macro
23 #define SG_MAX 128 macro
81 for (n = 0, sgp = get_sgp(sgs, i); sgp && (n < SG_MAX);
91 for (n = 0, sgp = get_sgp(sgs, i); sgp && (n < SG_MAX);

Completed in 88 milliseconds