Home
last modified time | relevance | path

Searched refs:BPF_F_NO_PREALLOC (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dlocal_storage.c28 __uint(map_flags, BPF_F_NO_PREALLOC);
35 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
42 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
49 __uint(map_flags, BPF_F_NO_PREALLOC);
56 __uint(map_flags, BPF_F_NO_PREALLOC);
Dsockopt_inherit.c20 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
27 __uint(map_flags, BPF_F_NO_PREALLOC | BPF_F_CLONE);
34 __uint(map_flags, BPF_F_NO_PREALLOC);
Dnetns_cookie_prog.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
18 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbench_local_storage_create.c20 __uint(map_flags, BPF_F_NO_PREALLOC);
27 __uint(map_flags, BPF_F_NO_PREALLOC);
Dcgrp_ls_recursion.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
19 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_ls_recursion.c18 __uint(map_flags, BPF_F_NO_PREALLOC);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
Dcgrp_ls_tp_btf.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
19 __uint(map_flags, BPF_F_NO_PREALLOC);
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);
Dtest_sk_storage_tracing.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
25 __uint(map_flags, BPF_F_NO_PREALLOC);
Dhtab_reuse.c18 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtest_sk_storage_trace_itself.c10 __uint(map_flags, BPF_F_NO_PREALLOC);
Dcgrp_ls_negative.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbprm_opts.c16 __uint(map_flags, BPF_F_NO_PREALLOC);
Dread_bpf_task_storage_busy.c17 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_local_storage_exit_creds.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dnested_trust_success.c15 __uint(map_flags, BPF_F_NO_PREALLOC);
Drcu_tasks_trace_gp.c8 __uint(map_flags, BPF_F_NO_PREALLOC);
Dudp_limit.c11 __uint(map_flags, BPF_F_NO_PREALLOC);
Dnested_trust_failure.c15 __uint(map_flags, BPF_F_NO_PREALLOC);
Dtask_storage_nodeadlock.c19 __uint(map_flags, BPF_F_NO_PREALLOC);
Dbpf_iter_bpf_sk_storage_map.c12 __uint(map_flags, BPF_F_NO_PREALLOC);
Dlocal_storage_rcu_tasks_trace_bench.c10 __uint(map_flags, BPF_F_NO_PREALLOC);
/Linux-v6.6/samples/bpf/
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);
Dtcp_dumpstats_kern.c22 .map_flags = BPF_F_NO_PREALLOC,
/Linux-v6.6/tools/testing/selftests/bpf/map_tests/
Dmap_percpu_stats.c331 .map_flags = BPF_F_NO_PREALLOC, in create_hash()
341 .map_flags = BPF_F_NO_PREALLOC, in create_percpu_hash()
371 .map_flags = BPF_F_NO_PREALLOC, in create_hash_of_maps()

123