Searched defs:htab (Results 1 – 1 of 1) sorted by relevance
46 struct bpf_htab *htab; member68 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() local270 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() local327 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() local[all …]