Home
last modified time | relevance | path

Searched defs:map_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c304 struct bpf_map_create_opts *map_opts, in map_create_opts()
322 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts) in map_create()
329 struct bpf_map_create_opts map_opts = { in create_hash() local
339 struct bpf_map_create_opts map_opts = { in create_percpu_hash() local
359 struct bpf_map_create_opts map_opts = { in create_lru_hash() local
369 struct bpf_map_create_opts map_opts = { in create_hash_of_maps() local
H A Dsk_storage_map.c22 static struct bpf_map_create_opts map_opts = { variable
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) }; variable