Home
last modified time | relevance | path

Searched defs:map_fd (Results 126 - 150 of 191) sorted by relevance

12345678

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c15 static __u32 get_map_id_from_fd(int map_fd) in get_map_id_from_fd() argument
34 int map_fd, map_index, ret; in create_inner_maps() local
H A Dmap_percpu_stats.c21 static void map_info(int map_fd, struct bpf_map_info *info) in map_info() argument
50 static __u32 map_count_elements(__u32 type, int map_fd) in map_count_elements() argument
62 static void delete_and_lookup_batch(int map_fd, void *keys, __u32 count) in delete_and_lookup_batch() argument
88 static void delete_all_elements(__u32 type, int map_fd, bool batch) in delete_all_elements() argument
136 int map_fd; global() member
142 int map_fd; create_small_hash() local
237 check_expected_number_elements(__u32 n_inserted, int map_fd, struct bpf_map_info *info) check_expected_number_elements() argument
265 __test(int map_fd) __test() argument
308 int map_fd; map_create_opts() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c85 static int verify_tsk(int map_fd, int client_fd) in verify_tsk() argument
123 static int verify_msk(int map_fd, int client_fd, __u32 token) in verify_msk() argument
158 int client_fd, prog_fd, map_fd, err; in run_test() local
H A Dflow_dissector.c511 int i, err, map_fd, prog_fd; in init_prog_array() local
H A Dxdp_bonding.c348 int map_fd = bpf_map__fd(skeletons->xdp_redirect_multi_kern->maps.map_all); in test_xdp_bonding_redirect_multi() local
H A Dsockmap_basic.c318 int err, map_fd, verdict_fd; in test_sockmap_progs_query() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c154 int map_fd; in setup() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lru_map.c31 int map_fd; in create_map() local
545 static void do_test_lru_sanity5(unsigned long long last_key, int map_fd) in do_test_lru_sanity5() argument
566 int map_fd; in test_lru_sanity5() local
[all...]
H A Dtest_tcp_check_syncookie_user.c88 int map_fd = -1; in get_map_fd_by_prog_id() local
H A Dtest_lpm_map.c428 int map_fd; in test_lpm_delete() local
538 int map_fd; test_lpm_get_next_key() local
685 int map_fd; global() member
730 setup_lpm_mt_test_info(struct lpm_mt_test_info *info, int map_fd) setup_lpm_mt_test_info() argument
750 int i, map_fd; test_lpm_multi_thread() local
[all...]
H A Dxdp_synproxy.c312 int map_fd; in syncookie_open_bpf_maps() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dskel_internal.h39 int map_fd; member
313 int map_fd = -1, prog_fd = -1, key = 0, err; in bpf_load_and_run() local
[all...]
H A Dringbuf.c32 int map_fd; member
50 int map_fd; member
73 int ring_buffer__add(struct ring_buffer *rb, int map_fd, in ring_buffer__add() argument
183 ring_buffer__new(int map_fd, ring_buffer_sample_fn sample_cb, void *ctx, const struct ring_buffer_opts *opts) ring_buffer__new() argument
351 user_ringbuf_map(struct user_ring_buffer *rb, int map_fd) user_ringbuf_map() argument
421 user_ring_buffer__new(int map_fd, const struct user_ring_buffer_opts *opts) user_ring_buffer__new() argument
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex2_user.c16 static int map_fd[2]; variable
H A Dtrace_event_user.c23 static int map_fd[2]; variable
H A Dmap_perf_test_user.c69 static int map_fd[NR_IDXES]; variable
[all...]
/third_party/libbpf/src/
H A Dskel_internal.h39 int map_fd; member
313 int map_fd = -1, prog_fd = -1, key = 0, err; in bpf_load_and_run() local
[all...]
H A Dringbuf.c32 int map_fd; member
50 int map_fd; member
75 int ring_buffer__add(struct ring_buffer *rb, int map_fd, in ring_buffer__add() argument
190 ring_buffer__new(int map_fd, ring_buffer_sample_fn sample_cb, void *ctx, const struct ring_buffer_opts *opts) ring_buffer__new() argument
410 user_ringbuf_map(struct user_ring_buffer *rb, int map_fd) user_ringbuf_map() argument
480 user_ring_buffer__new(int map_fd, const struct user_ring_buffer_opts *opts) user_ring_buffer__new() argument
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap10.c35 static int map_fd[NR_SLOTS]; variable
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c569 int err, i, len, map_fd, iter_fd; in test_bpf_hash_map() local
667 int err, i, j, len, map_fd, iter_fd; in test_bpf_percpu_hash_map() local
760 int err, i, map_fd, iter_fd; test_bpf_array_map() local
845 int err, i, j, map_fd, iter_fd; test_bpf_percpu_array_map() local
919 int err, i, len, map_fd, iter_fd, num_sockets; test_bpf_sk_storage_map() local
[all...]
H A Dflow_dissector.c452 int i, err, map_fd, prog_fd; in init_prog_array() local
/kernel/linux/linux-5.10/samples/bpf/
H A Dhbm.c130 int map_fd; in prog_load() local
163 int map_fd; in run_bpf_prog() local
[all...]
H A Dmap_perf_test_user.c70 static int map_fd[NR_IDXES]; variable
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_counter.c318 int map_fd, err; in bperf_lock_attr_map() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c208 int map_fd; member
476 int map_fd; /* BPF_MAP_TYPE_PERF_EVENT_ARRAY BPF map FD */ member

Completed in 21 milliseconds

12345678