Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds