Home
last modified time | relevance | path

Searched refs:is_percpu (Results 1 – 2 of 2) sorted by relevance

/linux/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()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c135 static bool is_percpu(__u32 map_type) in is_percpu() function
178 } else if (is_percpu(opts->map_type)) { in patch_map_thread()
316 opts.retry_for_nomem = is_percpu(opts.map_type) && (info.map_flags & BPF_F_NO_PREALLOC); in __test()