Searched refs:bpf_iter_num_destroy (Results 1 - 8 of 8) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/progs/
H A Diters.c44 bpf_iter_num_destroy(&it);
74 "call %[bpf_iter_num_destroy];"
86 __imm(bpf_iter_num_destroy)
106 bpf_iter_num_destroy(&it);
115 __attribute__((cleanup(bpf_iter_num_destroy))) struct bpf_iter_num it;
124 /* (!) no explicit bpf_iter_num_destroy() */
142 bpf_iter_num_destroy(&it);
192 bpf_iter_num_destroy(&it);
215 bpf_iter_num_destroy(&it);
233 bpf_iter_num_destroy(
[all...]
H A Diters_looping.c15 __imm(bpf_iter_num_destroy)
53 "call %[bpf_iter_num_destroy];"
84 "call %[bpf_iter_num_destroy];"
118 "call %[bpf_iter_num_destroy];"
156 "call %[bpf_iter_num_destroy];"
H A Diters_num.c145 bpf_iter_num_destroy(&it);
159 bpf_iter_num_destroy(&it);
173 bpf_iter_num_destroy(&it);
191 bpf_iter_num_destroy(&it);
213 bpf_iter_num_destroy(&it);
235 bpf_iter_num_destroy(&it);
H A Diters_state_safety.c15 __imm(bpf_iter_num_destroy)
46 "call %[bpf_iter_num_destroy];"
84 "call %[bpf_iter_num_destroy];"
111 "call %[bpf_iter_num_destroy];"
167 "call %[bpf_iter_num_destroy];"
212 "call %[bpf_iter_num_destroy];"
223 "call %[bpf_iter_num_destroy];"
251 "call %[bpf_iter_num_destroy];"
274 "call %[bpf_iter_num_destroy];"
277 "call %[bpf_iter_num_destroy];"
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h29 static inline void bpf_iter_num_destroy(struct bpf_iter_num *it) {} function
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h324 extern void bpf_iter_num_destroy(struct bpf_iter_num *it) __weak __ksym;
386 cleanup(bpf_iter_num_destroy))), \
391 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
392 (void)bpf_iter_num_destroy, (void *)0); \
411 cleanup(bpf_iter_num_destroy))), \
416 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
417 (void)bpf_iter_num_destroy, (void *)0); \
/linux-master/kernel/bpf/
H A Dhelpers.c2803 BTF_ID_FLAGS(func, bpf_iter_num_destroy, KF_ITER_DESTROY)
H A Dbpf_iter.c837 __bpf_kfunc void bpf_iter_num_destroy(struct bpf_iter_num *it) function

Completed in 275 milliseconds