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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c7 #define LOOP_BOUND 0xf macro
11 _Static_assert(MAX_ENTRIES < LOOP_BOUND, "MAX_ENTRIES must be < LOOP_BOUND");
157 for (i = 0; i < array->map.max_entries && i < LOOP_BOUND; ++i) {

Completed in 102 milliseconds