Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfor_each.c16 size_t percpu_val_sz; in test_hash_map() local
40 percpu_val_sz = sizeof(__u64) * num_cpus; in test_hash_map()
41 percpu_valbuf = malloc(percpu_val_sz); in test_hash_map()
49 percpu_valbuf, percpu_val_sz, BPF_ANY); in test_hash_map()
83 size_t percpu_val_sz; in test_array_map() local
110 percpu_val_sz = sizeof(__u64) * num_cpus; in test_array_map()
111 percpu_valbuf = malloc(percpu_val_sz); in test_array_map()
119 percpu_valbuf, percpu_val_sz, BPF_ANY); in test_array_map()