Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c185 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru() function
220 return !htab_is_percpu(htab) && !htab_is_lru(htab); in htab_has_extra_elems()
347 if (htab_is_lru(htab)) in prealloc_init()
360 if (htab_is_lru(htab)) in prealloc_init()
380 if (htab_is_lru(htab)) in prealloc_destroy()
2247 bool lru = htab_is_lru(htab); in htab_map_mem_usage()
2415 if (htab_is_lru(htab)) in bpf_percpu_hash_update()