Searched refs:htab_is_percpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dhashtab.c192 static bool htab_is_percpu(const struct bpf_htab *htab) function
221 return !htab_is_percpu(htab) && !htab_is_lru(htab);
256 if (htab_is_percpu(htab)) {
276 if (!htab_is_percpu(htab))
331 if (!htab_is_percpu(htab))
784 if (htab_is_percpu(htab)) {
2179 is_percpu = htab_is_percpu(htab);
2222 bool percpu = htab_is_percpu(htab);

Completed in 567 milliseconds