Home
last modified time | relevance | path

Searched refs:bpf_loop (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbpf_loop.c54 nr_loops_returned += bpf_loop(nested_callback_nr_loops, callback, data, 0); in nested_callback2()
61 bpf_loop(nested_callback_nr_loops, nested_callback2, data, 0); in nested_callback1()
73 nr_loops_returned = bpf_loop(nr_loops, callback, &data, 0); in test_prog()
89 nr_loops_returned = bpf_loop(nr_loops, empty_callback, NULL, 0); in prog_null_ctx()
102 err = bpf_loop(nr_loops, callback, &data, 1); in prog_invalid_flags()
116 bpf_loop(nr_loops, nested_callback1, &data, 0); in prog_nested_calls()
155 bpf_loop(1, callback, NULL, 0); in prog_non_constant_callback()
186 bpf_loop(1, stack_check_inner_callback, NULL, 0); in stack_check_outer_callback()
217 bpf_loop(1, stack_check_outer_callback, NULL, 0); in stack_check()
Dtest_map_lookup_percpu_elem.c60 bpf_loop(nr_cpus, read_percpu_elem_callback, &map_ctx, 0); in sysenter_getuid()
65 bpf_loop(nr_cpus, read_percpu_elem_callback, &map_ctx, 0); in sysenter_getuid()
70 bpf_loop(nr_cpus, read_percpu_elem_callback, &map_ctx, 0); in sysenter_getuid()
Ddynptr_fail.c118 bpf_loop(10, missing_release_callback_fn, NULL, 0); in ringbuf_missing_release_callback()
465 bpf_loop(10, invalid_write4_callback, &ptr, 0); in invalid_write4()
551 bpf_loop(10, invalid_read4_callback, &ptr, 0); in invalid_read4()
608 bpf_loop(10, release_twice_callback_fn, &ptr, 0); in release_twice_callback()
Dsetget_sockopt.c252 n = bpf_loop(ARRAY_SIZE(sol_socket_tests), bpf_test_socket_sockopt, &lc, 0); in bpf_test_sockopt()
257 n = bpf_loop(ARRAY_SIZE(sol_tcp_tests), bpf_test_tcp_sockopt, &lc, 0); in bpf_test_sockopt()
263 n = bpf_loop(ARRAY_SIZE(sol_ip_tests), bpf_test_ip_sockopt, &lc, 0); in bpf_test_sockopt()
267 n = bpf_loop(ARRAY_SIZE(sol_ipv6_tests), bpf_test_ipv6_sockopt, &lc, 0); in bpf_test_sockopt()
Dbpf_loop_bench.c22 bpf_loop(nr_loops, empty_callback, NULL, 0); in benchmark()
Dbpf_hashmap_full_update_bench.c37 bpf_loop(nr_loops, loop_update_callback, &key, 0); in benchmark()
Dstrobemeta.h531 err = bpf_loop(STROBE_MAX_INTS, read_var_callback, &ctx, 0); in read_strobe_meta()
536 err = bpf_loop(STROBE_MAX_STRS, read_var_callback, &ctx, 0); in read_strobe_meta()
541 err = bpf_loop(STROBE_MAX_MAPS, read_var_callback, &ctx, 0); in read_strobe_meta()
Dtest_subprogs.c107 bpf_loop(1, empty_callback, NULL, 0); in prog3()
Dlocal_storage_bench.c98 bpf_loop(10000, &loop, &lctx, 0); in get_local()
Ddynptr_success.c156 bpf_loop(10, ringbuf_callback, &ptr, 0); in test_ringbuf()
Duser_ringbuf_success.c158 bpf_loop(8, publish_next_kern_msg, NULL, 0); in publish_kern_messages()
Dpyperf.h293 bpf_loop(STACK_MAX_LEN, process_frame_callback, &ctx, 0); in __on_event()
Dxdp_synproxy_kern.c272 bpf_loop(6, tscookie_tcpopt_parse_batch, &loop_ctx, 0); in tscookie_init()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbpf_loop.c8 static void check_nr_loops(struct bpf_loop *skel) in check_nr_loops()
43 static void check_callback_fn_stop(struct bpf_loop *skel) in check_callback_fn_stop()
65 static void check_null_callback_ctx(struct bpf_loop *skel) in check_null_callback_ctx()
84 static void check_invalid_flags(struct bpf_loop *skel) in check_invalid_flags()
100 static void check_nested_calls(struct bpf_loop *skel) in check_nested_calls()
123 static void check_non_constant_callback(struct bpf_loop *skel) in check_non_constant_callback()
142 static void check_stack(struct bpf_loop *skel) in check_stack()
183 struct bpf_loop *skel; in test_bpf_loop()
/linux-6.1.9/tools/testing/selftests/bpf/
DDENYLIST.s390x6 bpf_loop # attaches to __x64_sys_nanosleep
/linux-6.1.9/kernel/bpf/
Dbpf_iter.c744 BPF_CALL_4(bpf_loop, u32, nr_loops, void *, callback_fn, void *, callback_ctx, in BPF_CALL_4() argument
771 .func = bpf_loop,