Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhashtab.c181 static inline bool is_fd_htab(const struct bpf_htab *htab) in is_fd_htab() function
218 return !htab_is_percpu(htab) && !htab_is_lru(htab) && !is_fd_htab(htab); in htab_has_extra_elems()
1072 return is_fd_htab(htab) && BITS_PER_LONG == 64; in fd_htab_map_needs_adjust()
1921 if (is_fd_htab(htab)) { in __htab_map_lookup_and_delete_batch()