Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c100 struct htab_elem *__percpu *extra_elems;
110 struct htab_elem { struct
118 struct htab_elem *batch_flink; argument
223 static inline void htab_elem_set_ptr(struct htab_elem *l, u32 key_size, in htab_elem_set_ptr()
229 static inline void __percpu *htab_elem_get_ptr(struct htab_elem *l, u32 key_size) in htab_elem_get_ptr()
234 static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) in fd_htab_map_get_ptr()
239 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
241 return (struct htab_elem *) (htab->elems + i * (u64)htab->elem_size); in get_htab_elem()
260 struct htab_elem *elem; in htab_free_prealloced_timers()
300 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()
[all …]