Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds