Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c46 struct bpf_htab *htab; member
68 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
73 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()
91 static int prealloc_elems_and_freelist(struct bpf_htab *htab) in prealloc_elems_and_freelist()
128 static int alloc_extra_elems(struct bpf_htab *htab) in alloc_extra_elems()
149 struct bpf_htab *htab; in htab_map_alloc() local
270 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket()
275 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
295 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_elem() local
327 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() local
[all …]