Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/map_tests/
Dmap_percpu_stats.c338 struct bpf_map_create_opts *map_opts, in map_create_opts()
356 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts) in map_create()
Dsk_storage_map.c22 static struct bpf_map_create_opts map_opts = { variable
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_maps.c35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) }; variable