Home
last modified time | relevance | path

Searched refs:htab_elem (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dhashtab.c100 struct htab_elem *__percpu *extra_elems;
110 struct htab_elem { struct
118 struct htab_elem *batch_flink; argument
210 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr()
216 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr()
221 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) in fd_htab_map_get_ptr()
226 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
228 return (struct htab_elem *) (htab->elems + i * (u64)htab->elem_size); in get_htab_elem()
247 struct htab_elem *elem; in htab_free_prealloced_timers()
287 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()
[all …]