Searched refs:htab_is_percpu (Results 1 – 1 of 1) sorted by relevance
174 static bool htab_is_percpu(const struct bpf_htab *htab) in htab_is_percpu() function217 return !htab_is_percpu(htab) && !htab_is_lru(htab) && !is_fd_htab(htab); in htab_has_extra_elems()251 if (htab_is_percpu(htab)) { in htab_free_prealloced_fields()272 if (!htab_is_percpu(htab)) in htab_free_elems()327 if (!htab_is_percpu(htab)) in prealloc_init()520 ma = htab_is_percpu(htab) ? &htab->pcpu_ma : &htab->ma; in htab_set_dtor()536 if (htab_is_percpu(htab)) in htab_map_check_btf()843 if (htab_is_percpu(htab)) { in check_and_free_fields()2282 is_percpu = htab_is_percpu(htab); in bpf_for_each_hash_elem()2321 bool percpu = htab_is_percpu(htab); in htab_map_mem_usage()