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

/linux-master/kernel/bpf/
H A Dmap_iter.c106 bool is_percpu = false; local
119 is_percpu = true;
128 if (!is_percpu)
H A Dhashtab.c1596 bool is_percpu, u64 flags)
1620 if (is_percpu) {
1693 bool is_percpu)
1739 if (is_percpu)
1817 if (is_percpu) {
2182 bool is_percpu; local
2188 is_percpu = htab_is_percpu(htab);
2194 if (is_percpu)
2202 if (is_percpu) {
2221 if (is_percpu)
1594 __htab_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, bool is_lru_map, bool is_percpu, u64 flags) argument
1689 __htab_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr, bool do_delete, bool is_lru_map, bool is_percpu) argument
[all...]
H A Darraymap.c731 bool is_percpu; local
738 is_percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY;
740 if (is_percpu)
743 if (is_percpu)
756 if (is_percpu)
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c134 static bool is_percpu(__u32 map_type) function
177 } else if (is_percpu(opts->map_type)) {
315 opts.retry_for_nomem = is_percpu(opts.map_type) && (info.map_flags & BPF_F_NO_PREALLOC);

Completed in 208 milliseconds