Searched defs:htab (Results 1 – 8 of 8) sorted by relevance
133 static inline bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc()138 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()168 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()174 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu()180 static inline bool is_fd_htab(const struct bpf_htab *htab) in is_fd_htab()206 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()215 static bool htab_has_extra_elems(struct bpf_htab *htab) in htab_has_extra_elems()220 static void htab_free_prealloced_internal_structs(struct bpf_htab *htab) in htab_free_prealloced_internal_structs()238 static void htab_free_prealloced_fields(struct bpf_htab *htab) in htab_free_prealloced_fields()268 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()[all …]
13 struct htab { struct14 htab_bucket_t *buckets; argument17 typedef struct htab __arena htab_t; argument19 static inline htab_bucket_t *__select_bucket(htab_t *htab, __u32 hash) in __select_bucket()27 static inline arena_list_head_t *select_bucket(htab_t *htab, __u32 hash) in select_bucket()93 void htab_init(htab_t *htab) in htab_init()
16 static void test_arena_htab_common(struct htab *htab) in test_arena_htab_common()37 struct htab *htab; in test_arena_htab_llvm() local69 struct htab *htab; in test_arena_htab_asm() local
29 struct htab __arena *htab; in arena_htab_llvm() local
41 sclp_make_buffer(void *page, unsigned short columns, unsigned short htab) in sclp_make_buffer()
75 unsigned short htab; member
4239 struct xfrm_policy_hash *htab; in xfrm_policy_init() local4269 struct xfrm_policy_hash *htab; in xfrm_policy_init() local4298 struct xfrm_policy_hash *htab; in xfrm_policy_fini() local
1163 htab = maps[0] if maps[0]["type"] == "hash" else maps[1] variable