Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dhashtab.c182 static bool htab_is_lru(const struct bpf_htab *htab) in htab_is_lru() function
217 return !htab_is_percpu(htab) && !htab_is_lru(htab); in htab_has_extra_elems()
335 if (htab_is_lru(htab)) in prealloc_init()
348 if (htab_is_lru(htab)) in prealloc_init()
368 if (htab_is_lru(htab)) in prealloc_destroy()
2323 if (htab_is_lru(htab)) in bpf_percpu_hash_update()