Home
last modified time | relevance | path

Searched defs:bpf_htab (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
Dhashtab.c86 struct bpf_htab { struct
87 struct bpf_map map;
88 struct bpf_mem_alloc ma;
89 struct bpf_mem_alloc pcpu_ma;
90 struct bucket *buckets;
91 void *elems;
92 union {
96 struct htab_elem *__percpu *extra_elems;
100 struct percpu_counter pcount;
101 atomic_t count;
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c97 struct bpf_htab { struct
106 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument
/kernel/linux/linux-5.10/kernel/bpf/
Dhashtab.c89 struct bpf_htab { struct
111 struct bpf_htab *htab; argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c91 struct bpf_htab { struct
100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument