Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_redirect_cpu_kern.c209 u32 *cpu_selected; in xdp_prognum0_no_touch() local
214 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key); in xdp_prognum0_no_touch()
215 if (!cpu_selected) in xdp_prognum0_no_touch()
217 cpu_dest = *cpu_selected; in xdp_prognum0_no_touch()
240 u32 *cpu_selected; in xdp_prognum1_touch_data() local
246 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key); in xdp_prognum1_touch_data()
247 if (!cpu_selected) in xdp_prognum1_touch_data()
249 cpu_dest = *cpu_selected; in xdp_prognum1_touch_data()
287 u32 *cpu_selected; in xdp_prognum2_round_robin() local
305 cpu_selected = bpf_map_lookup_elem(&cpus_available, &cpu_idx); in xdp_prognum2_round_robin()
[all …]