Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
H A Dmap_iter.c107 bool is_percpu = false; in bpf_iter_attach_map() local
120 is_percpu = true; in bpf_iter_attach_map()
129 if (!is_percpu) in bpf_iter_attach_map()
H A Dhashtab.c1374 bool is_percpu) in __htab_map_lookup_and_delete_batch()
1420 if (is_percpu) in __htab_map_lookup_and_delete_batch()
1492 if (is_percpu) { in __htab_map_lookup_and_delete_batch()
1370 __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) __htab_map_lookup_and_delete_batch() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dmap_iter.c106 bool is_percpu = false; in bpf_iter_attach_map() local
119 is_percpu = true; in bpf_iter_attach_map()
128 if (!is_percpu) in bpf_iter_attach_map()
H A Dhashtab.c1586 bool is_percpu, u64 flags) in __htab_map_lookup_and_delete_elem()
1610 if (is_percpu) { in __htab_map_lookup_and_delete_elem()
1683 bool is_percpu) in __htab_map_lookup_and_delete_batch()
1729 if (is_percpu) in __htab_map_lookup_and_delete_batch()
1807 if (is_percpu) { in __htab_map_lookup_and_delete_batch()
2172 bool is_percpu; in bpf_for_each_hash_elem() local
2178 is_percpu = htab_is_percpu(htab); in bpf_for_each_hash_elem()
2184 if (is_percpu) in bpf_for_each_hash_elem()
2192 if (is_percpu) { in bpf_for_each_hash_elem()
2211 if (is_percpu) in bpf_for_each_hash_elem()
1584 __htab_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, bool is_lru_map, bool is_percpu, u64 flags) __htab_map_lookup_and_delete_elem() argument
1679 __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) __htab_map_lookup_and_delete_batch() argument
[all...]
H A Darraymap.c694 bool is_percpu; in bpf_for_each_array_elem() local
701 is_percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in bpf_for_each_array_elem()
703 if (is_percpu) in bpf_for_each_array_elem()
706 if (is_percpu) in bpf_for_each_array_elem()
719 if (is_percpu) in bpf_for_each_array_elem()

Completed in 9 milliseconds