Searched refs:check_percpu_elem (Results 1 - 2 of 2) sorted by path

/linux-master/tools/testing/selftests/bpf/progs/
H A Dfor_each_array_map_elem.c50 check_percpu_elem(struct bpf_map *map, __u32 *key, __u64 *val, function
71 bpf_for_each_map_elem(&percpu_map, check_percpu_elem, (void *)0, 0);
H A Dfor_each_hash_map_elem.c58 check_percpu_elem(struct bpf_map *map, __u32 *key, __u64 *val, function
92 percpu_map_elems = bpf_for_each_map_elem(&percpu_map, check_percpu_elem,

Completed in 150 milliseconds