Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 1 of 1) sorted by relevance

/kernel/bpf/
Dhashtab.c132 static inline bool htab_is_prealloc(const struct bpf_htab *htab) in htab_is_prealloc()
137 static void htab_init_buckets(struct bpf_htab *htab) in htab_init_buckets()
150 static inline int htab_lock_bucket(const struct bpf_htab *htab, in htab_lock_bucket()
173 static inline void htab_unlock_bucket(const struct bpf_htab *htab, in htab_unlock_bucket()
186 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru()
192 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu()
214 static struct htab_elem *get_htab_elem(struct bpf_htab *htab, int i) in get_htab_elem()
219 static bool htab_has_extra_elems(struct bpf_htab *htab) in htab_has_extra_elems()
224 static void htab_free_prealloced_timers_and_wq(struct bpf_htab *htab) in htab_free_prealloced_timers_and_wq()
246 static void htab_free_prealloced_fields(struct bpf_htab *htab) in htab_free_prealloced_fields()
[all …]