Searched defs:htab (Results 1 – 1 of 1) sorted by relevance
51 struct bpf_htab *htab; member66 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()72 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu()78 static bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc()99 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()104 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()122 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()137 static int prealloc_init(struct bpf_htab *htab) in prealloc_init()194 static void prealloc_destroy(struct bpf_htab *htab) in prealloc_destroy()204 static int alloc_extra_elems(struct bpf_htab *htab) in alloc_extra_elems()[all …]