Searched refs:htab_is_percpu (Results 1 – 1 of 1) sorted by relevance
204 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu() function233 return !htab_is_percpu(htab) && !htab_is_lru(htab); in htab_has_extra_elems()261 if (!htab_is_percpu(htab)) in htab_free_elems()319 if (!htab_is_percpu(htab)) in prealloc_init()2070 is_percpu = htab_is_percpu(htab); in bpf_for_each_hash_elem()
Completed in 7 milliseconds