Home
last modified time | relevance | path

Searched refs:relaxed_maps (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dreference_tracking.c10 .relaxed_maps = true, in test_reference_tracking()
/linux-6.15/tools/bpf/bpftool/
H A Dmain.c32 bool relaxed_maps; variable
502 relaxed_maps = true; in main()
H A Dmain.h83 extern bool relaxed_maps;
H A Dprog.c1524 .relaxed_maps = relaxed_maps, in load_with_options()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.h126 bool relaxed_maps; member
H A Dlibbpf.c3079 strict = !OPTS_GET(opts, relaxed_maps, false); in bpf_object__init_maps()