• Home
  • Raw
  • Download

Lines Matching defs:htab

131 static inline bool htab_is_prealloc(const struct bpf_htab *htab)  in htab_is_prealloc()
136 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()
149 static inline int htab_lock_bucket(const struct bpf_htab *htab, in htab_lock_bucket()
172 static inline void htab_unlock_bucket(const struct bpf_htab *htab, in htab_unlock_bucket()
185 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()
191 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu()
213 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
218 static bool htab_has_extra_elems(struct bpf_htab *htab) in htab_has_extra_elems()
223 static void htab_free_prealloced_timers(struct bpf_htab *htab) in htab_free_prealloced_timers()
244 static void htab_free_prealloced_kptrs(struct bpf_htab *htab) in htab_free_prealloced_kptrs()
263 static void htab_free_elems(struct bpf_htab *htab) in htab_free_elems()
293 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()
308 static int prealloc_init(struct bpf_htab *htab) in prealloc_init()
367 static void prealloc_destroy(struct bpf_htab *htab) in prealloc_destroy()
377 static int alloc_extra_elems(struct bpf_htab *htab) in alloc_extra_elems()
475 struct bpf_htab *htab; in htab_map_alloc() local
608 static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash) in __select_bucket()
613 static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
661 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_elem() local
765 static void check_and_free_fields(struct bpf_htab *htab, in check_and_free_fields()
781 struct bpf_htab *htab = arg; in htab_lru_map_delete_node() local
812 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_get_next_key() local
868 static void htab_elem_free(struct bpf_htab *htab, struct htab_elem *l) in htab_elem_free()
876 static void htab_put_fd_value(struct bpf_htab *htab, struct htab_elem *l) in htab_put_fd_value()
887 static bool is_map_full(struct bpf_htab *htab) in is_map_full()
895 static void inc_elem_count(struct bpf_htab *htab) in inc_elem_count()
903 static void dec_elem_count(struct bpf_htab *htab) in dec_elem_count()
912 static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l) in free_htab_elem()
925 static void pcpu_copy_value(struct bpf_htab *htab, void __percpu *pptr, in pcpu_copy_value()
943 static void pcpu_init_value(struct bpf_htab *htab, void __percpu *pptr, in pcpu_init_value()
968 static bool fd_htab_map_needs_adjust(const struct bpf_htab *htab) in fd_htab_map_needs_adjust()
974 static struct htab_elem *alloc_htab_elem(struct bpf_htab *htab, void *key, in alloc_htab_elem()
1054 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags()
1072 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_update_elem() local
1165 static void htab_lru_push_free(struct bpf_htab *htab, struct htab_elem *elem) in htab_lru_push_free()
1174 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_update_elem() local
1243 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_percpu_map_update_elem() local
1298 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_lru_percpu_map_update_elem() local
1378 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_delete_elem() local
1414 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_lru_map_delete_elem() local
1448 static void delete_all_elements(struct bpf_htab *htab) in delete_all_elements()
1469 static void htab_free_malloced_timers(struct bpf_htab *htab) in htab_free_malloced_timers()
1494 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free_timers() local
1508 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in htab_map_free() local
1565 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_and_delete_elem() local
1663 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in __htab_map_lookup_and_delete_batch() local
1955 struct bpf_htab *htab; member
1965 const struct bpf_htab *htab = info->htab; in bpf_hash_map_seq_find_next() local
2141 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in bpf_for_each_hash_elem() local
2324 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in bpf_percpu_hash_update() local
2415 struct bpf_htab *htab = container_of(map, struct bpf_htab, map); in fd_htab_map_free() local