Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlsm.c47 } percpu_hash SEC(".maps");
136 value = bpf_map_lookup_elem(&percpu_hash, &key); in BPF_PROG()
H A Dtest_unpriv_bpf_disabled.c41 } percpu_hash SEC(".maps");
H A Dmap_ptr_kern.c215 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash; in check_percpu_hash() local
218 VERIFY(check_default(&percpu_hash->map, map)); in check_percpu_hash()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c249 map_fds[3] = bpf_map__fd(skel->maps.percpu_hash); in test_unpriv_bpf_disabled()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst52 | *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash**