Searched refs:BPF_F_NO_PREALLOC (Results 26 - 50 of 68) sorted by relevance

123

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skmsg_load_helpers.c22 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dsocket_cookie_prog.c19 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtcp_rtt.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dmap_kptr.c45 __uint(map_flags, BPF_F_NO_PREALLOC);
53 __uint(map_flags, BPF_F_NO_PREALLOC);
72 __uint(map_flags, BPF_F_NO_PREALLOC);
79 __uint(map_flags, BPF_F_NO_PREALLOC);
86 __uint(map_flags, BPF_F_NO_PREALLOC);
93 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dconnect_force_port6.c23 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dconnect_force_port4.c24 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dmptcp_sock.c23 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dlocal_storage_bench.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dcgrp_ls_attach_cgroup.c18 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dhtab_mem_bench.c20 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dpercpu_alloc_cgrp_local_storage.c14 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dcgrp_ls_sleepable.c13 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtype_cast.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dsockopt_sk.c24 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dtest_sock_fields.c33 __uint(map_flags, BPF_F_NO_PREALLOC);
40 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dmap_ptr_kern.c100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */
325 __uint(map_flags, BPF_F_NO_PREALLOC);
617 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dbpf_dctcp.c31 __uint(map_flags, BPF_F_NO_PREALLOC);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c15 __uint(map_flags, BPF_F_NO_PREALLOC);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c315 opts.retry_for_nomem = is_percpu(opts.map_type) && (info.map_flags & BPF_F_NO_PREALLOC);
362 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC);
369 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC);
394 .map_flags = BPF_F_NO_PREALLOC,
H A Dlpm_trie_map_batch_ops.c68 LIBBPF_OPTS(bpf_map_create_opts, create_opts, .map_flags = BPF_F_NO_PREALLOC);
/linux-master/samples/bpf/
H A Dmap_perf_test.bpf.c70 __uint(map_flags, BPF_F_NO_PREALLOC);
78 __uint(map_flags, BPF_F_NO_PREALLOC);
86 __uint(map_flags, BPF_F_NO_PREALLOC);
H A Dxdp_router_ipv4.bpf.c47 __uint(map_flags, BPF_F_NO_PREALLOC);
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c300 opts.map_flags = BPF_F_NO_PREALLOC;
320 opts.map_flags = BPF_F_NO_PREALLOC;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
746 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dtest_tag.c187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);

Completed in 250 milliseconds

123