Home
last modified time | relevance | path

Searched defs:max_entries (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c22 static void map_batch_update(int map_fd, __u32 max_entries, in map_batch_update()
44 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify()
72 const __u32 max_entries = 10; in test_lpm_trie_map_batch_ops() local
Darray_map_batch_ops.c15 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
40 static void map_batch_verify(int *visited, __u32 max_entries, int *keys, in map_batch_verify()
74 const __u32 max_entries = 10; in __test_map_lookup_and_update_batch() local
Dhtab_map_batch_ops.c14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update()
41 static void map_batch_verify(int *visited, __u32 max_entries, in map_batch_verify()
82 const __u32 max_entries = 10; in __test_map_lookup_and_delete_batch() local
Dmap_in_map_batch_ops.c127 int err, max_entries = OUTER_MAP_ENTRIES; in fetch_and_validate() local
190 __u32 max_entries = OUTER_MAP_ENTRIES; in _map_in_map_batch_ops() local
Dlpm_trie_map_get_next_key.c69 const __u32 max_entries = max_prefixlen + 1; in test_lpm_trie_map_get_next_key() local
Dmap_percpu_stats.c341 int max_entries; in map_create_opts() local
/tools/testing/selftests/bpf/prog_tests/
Dfor_each.c14 int i, err, max_entries; in test_hash_map() local
80 __u32 key, num_cpus, max_entries; in test_array_map() local
151 __u32 key, max_entries; in test_multi_maps() local
Dsyscall.c9 int max_entries; member
Dsockmap_basic.c61 __u32 i, max_entries = bpf_map__max_entries(src); in compare_cookies() local
Dbtf.c72 __u32 max_entries; member
/tools/testing/selftests/bpf/benchs/
Dbench_bpf_hashmap_full_update.c40 int map_fd, i, max_entries; in setup() local
Dbench_bpf_hashmap_lookup.c23 __u32 max_entries; member
/tools/testing/selftests/filesystems/fuse/
Dtest_fuse_bpf.h28 int max_entries; member
Dbpf_loader.c628 unsigned int max_entries; member
/tools/lib/perf/
Dcpumap.c166 int max_entries = 0; in perf_cpu_map__read() local
224 int max_entries = 0; in perf_cpu_map__new() local
/tools/lib/bpf/
Dskel_internal.h41 __u32 max_entries; member
223 __u32 max_entries) in skel_map_create()
Dlibbpf_probes.c285 int key_size, value_size, max_entries; in probe_map_create() local
Dgen_loader.c451 __u32 key_size, __u32 value_size, __u32 max_entries, in bpf_gen__map_create()
Dlibbpf_internal.h274 __u32 max_entries; member
Dbpf.c172 __u32 max_entries, in bpf_map_create()
/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c34 __u32 max_entries; member
39 __u32 value_size, __u32 max_entries) in check_bpf_map_fields()
63 __u32 key_size, __u32 value_size, __u32 max_entries) in check()
Dsyscall.c22 int max_entries; member
/tools/testing/selftests/bpf/
Dtest_maps.c268 static int helper_fill_hashmap(int max_entries) in helper_fill_hashmap()
292 int fd, i, max_entries = 10000; in test_hashmap_walk() local
/tools/bpf/bpftool/
Dmap.c1243 __u32 key_size = 0, value_size = 0, max_entries = 0; in do_create() local
Dfeature.c596 int key_size, value_size, max_entries; in probe_map_type_ifindex() local

12