Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dfor_each.c17 size_t percpu_val_sz; in test_hash_map() local
41 percpu_val_sz = sizeof(__u64) * num_cpus; in test_hash_map()
42 percpu_valbuf = malloc(percpu_val_sz); in test_hash_map()
50 percpu_valbuf, percpu_val_sz, BPF_ANY); in test_hash_map()
84 size_t percpu_val_sz; in test_array_map() local
111 percpu_val_sz = sizeof(__u64) * num_cpus; in test_array_map()
112 percpu_valbuf = malloc(percpu_val_sz); in test_array_map()
120 percpu_valbuf, percpu_val_sz, BPF_ANY); in test_array_map()