Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Diters.c44 bpf_iter_num_destroy(&it); in iter_err_unsafe_c_loop()
106 bpf_iter_num_destroy(&it); in iter_while_loop()
142 bpf_iter_num_destroy(&it); in iter_for_loop()
192 bpf_iter_num_destroy(&it); in iter_pragma_unroll_loop()
215 bpf_iter_num_destroy(&it); in iter_manual_unroll_loop()
233 bpf_iter_num_destroy(&it); in iter_multiple_sequential_loops()
239 bpf_iter_num_destroy(&it); in iter_multiple_sequential_loops()
247 bpf_iter_num_destroy(&it); in iter_multiple_sequential_loops()
258 bpf_iter_num_destroy(&it); in iter_multiple_sequential_loops()
281 bpf_iter_num_destroy(&it); in iter_limit_cond_break_loop()
[all …]
H A Diters_num.c145 bpf_iter_num_destroy(&it); in num_invalid_range()
159 bpf_iter_num_destroy(&it); in num_max_range()
173 bpf_iter_num_destroy(&it); in num_e2big_range()
191 bpf_iter_num_destroy(&it); in num_succ_elem_cnt()
213 bpf_iter_num_destroy(&it); in num_overfetched_elem_cnt()
235 bpf_iter_num_destroy(&it); in num_fail_elem_cnt()
H A Diters_looping.c15 __imm(bpf_iter_num_destroy)
H A Dverifier_iterating_callbacks.c567 bpf_iter_num_destroy(&it); in __flag()
584 bpf_iter_num_destroy(&it); in __flag()
603 bpf_iter_num_destroy(&it); in __flag()
H A Diters_testmod.c123 bpf_iter_num_destroy(&num_it); in iter_next_ptr_mem_not_trusted()
H A Diters_state_safety.c15 __imm(bpf_iter_num_destroy)
/linux-6.15/tools/lib/bpf/
H A Dbpf_helpers.h325 extern void bpf_iter_num_destroy(struct bpf_iter_num *it) __weak __ksym;
387 cleanup(bpf_iter_num_destroy))), \
393 (void)bpf_iter_num_destroy, (void *)0); \
412 cleanup(bpf_iter_num_destroy))), \
418 (void)bpf_iter_num_destroy, (void *)0); \
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h29 static inline void bpf_iter_num_destroy(struct bpf_iter_num *it) {} in bpf_iter_num_destroy() function
/linux-6.15/kernel/bpf/
H A Dbpf_iter.c835 __bpf_kfunc void bpf_iter_num_destroy(struct bpf_iter_num *it) in bpf_iter_num_destroy() function
H A Dhelpers.c3257 BTF_ID_FLAGS(func, bpf_iter_num_destroy, KF_ITER_DESTROY)
H A Dverifier.c12185 BTF_ID(func, bpf_iter_num_destroy) in BTF_ID()