Searched refs:BPF_F_NO_PREALLOC (Results 1 – 25 of 72) sorted by relevance
123
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 28 __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);
|
D | sockopt_inherit.c | 20 __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);
|
D | netns_cookie_prog.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC); 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bench_local_storage_create.c | 20 __uint(map_flags, BPF_F_NO_PREALLOC); 27 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | cgrp_ls_recursion.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC); 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | task_ls_recursion.c | 18 __uint(map_flags, BPF_F_NO_PREALLOC); 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | cgrp_ls_tp_btf.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC); 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | map_kptr.c | 45 __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);
|
D | test_sk_storage_tracing.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC); 25 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | htab_reuse.c | 18 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | test_sk_storage_trace_itself.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | cgrp_ls_negative.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bprm_opts.c | 16 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | read_bpf_task_storage_busy.c | 17 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | task_local_storage_exit_creds.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | nested_trust_success.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | rcu_tasks_trace_gp.c | 8 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | udp_limit.c | 11 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | nested_trust_failure.c | 15 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | task_storage_nodeadlock.c | 19 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | bpf_iter_bpf_sk_storage_map.c | 12 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | local_storage_rcu_tasks_trace_bench.c | 10 __uint(map_flags, BPF_F_NO_PREALLOC);
|
/Linux-v6.6/samples/bpf/ |
D | map_perf_test.bpf.c | 70 __uint(map_flags, BPF_F_NO_PREALLOC); 78 __uint(map_flags, BPF_F_NO_PREALLOC); 86 __uint(map_flags, BPF_F_NO_PREALLOC);
|
D | tcp_dumpstats_kern.c | 22 .map_flags = BPF_F_NO_PREALLOC,
|
/Linux-v6.6/tools/testing/selftests/bpf/map_tests/ |
D | map_percpu_stats.c | 331 .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