Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
Dmap_iter.c106 bool is_percpu = false; in bpf_iter_attach_map() local
Dhashtab.c1615 bool is_percpu, u64 flags) in __htab_map_lookup_and_delete_elem()
1715 bool is_percpu) in __htab_map_lookup_and_delete_batch()
2208 bool is_percpu; in bpf_for_each_hash_elem() local
Darraymap.c734 bool is_percpu; in bpf_for_each_array_elem() local
/linux-6.14.4/tools/testing/selftests/bpf/map_tests/
Dmap_percpu_stats.c135 static bool is_percpu(__u32 map_type) in is_percpu() function