Home
last modified time | relevance | path

Searched refs:bpf_iter_num_next (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Diters.c39 while ((v = bpf_iter_num_next(&it))) { in iter_err_unsafe_c_loop()
83 __imm(bpf_iter_num_next), in iter_err_unsafe_asm_loop()
101 while ((v = bpf_iter_num_next(&it))) { in iter_while_loop()
119 while ((v = bpf_iter_num_next(&it))) { in iter_while_loop_auto_cleanup()
137 for (v = bpf_iter_num_next(&it); v; v = bpf_iter_num_next(&it)) { in iter_for_loop()
187 v = bpf_iter_num_next(&it); in iter_pragma_unroll_loop()
205 v = bpf_iter_num_next(&it); in iter_manual_unroll_loop()
207 v = bpf_iter_num_next(&it); in iter_manual_unroll_loop()
209 v = bpf_iter_num_next(&it); in iter_manual_unroll_loop()
211 v = bpf_iter_num_next(&it); in iter_manual_unroll_loop()
[all …]
H A Diters_num.c188 while ((v = bpf_iter_num_next(&it))) { in num_succ_elem_cnt()
209 v = bpf_iter_num_next(&it); in num_overfetched_elem_cnt()
231 v = bpf_iter_num_next(&it); in num_fail_elem_cnt()
H A Dverifier_iterating_callbacks.c567 while ((v = bpf_iter_num_next(&it))) { in __flag()
584 while ((v = bpf_iter_num_next(&it))) { in __flag()
603 while ((v = bpf_iter_num_next(&it))) { in __flag()
H A Diters_looping.c14 __imm(bpf_iter_num_next), \
H A Diters_testmod.c117 num_ptr = bpf_iter_num_next(&num_it); in iter_next_ptr_mem_not_trusted()
H A Diters_state_safety.c14 __imm(bpf_iter_num_next), \
/linux/tools/lib/bpf/
H A Dbpf_helpers.h324 extern int *bpf_iter_num_next(struct bpf_iter_num *it) __weak __ksym;
396 int *___t = bpf_iter_num_next(&___it); \
419 bpf_iter_num_next(&___it); \
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h30 static inline bool bpf_iter_num_next(struct bpf_iter_num *it) { return true; } in bpf_iter_num_next() function
/linux/kernel/bpf/
H A Dbpf_iter.c817 __bpf_kfunc int *bpf_iter_num_next(struct bpf_iter_num* it) in bpf_iter_num_next() function
H A Dhelpers.c3144 BTF_ID_FLAGS(func, bpf_iter_num_next, KF_ITER_NEXT | KF_RET_NULL)
H A Dverifier.c11860 BTF_ID(func, bpf_iter_num_next) in BTF_ID()