Home
last modified time | relevance | path

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

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