Home
last modified time | relevance | path

Searched defs:is_percpu (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dmap_iter.c106 bool is_percpu = false; in bpf_iter_attach_map() local
H A Dhashtab.c1584 __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
1681 __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
2171 bool is_percpu; bpf_for_each_hash_elem() local
H A Darraymap.c729 bool is_percpu; bpf_for_each_array_elem() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c135 static bool is_percpu(__u32 map_type) in is_percpu() function