Home
last modified time | relevance | path

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

/kernel/bpf/
Dcpumap.c55 struct bpf_cpu_map_entry { struct
56 u32 cpu; /* kthread CPU and map index */
57 int map_id; /* Back reference to map */
81 struct bpf_cpu_map_entry __rcu **cpu_map; argument