Home
last modified time | relevance | path

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

/Linux-v6.1/samples/bpf/
Dxdp_redirect_cpu.bpf.c145 u32 *cpu_selected; in xdp_prognum0_no_touch() local
150 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum0_no_touch()
151 if (!cpu_selected) in xdp_prognum0_no_touch()
153 cpu_dest = *cpu_selected; in xdp_prognum0_no_touch()
175 u32 *cpu_selected; in xdp_prognum1_touch_data() local
181 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum1_touch_data()
182 if (!cpu_selected) in xdp_prognum1_touch_data()
184 cpu_dest = *cpu_selected; in xdp_prognum1_touch_data()
219 u32 *cpu_selected; in xdp_prognum2_round_robin() local
237 cpu_selected = bpf_map_lookup_elem(&cpus_available, &cpu_idx); in xdp_prognum2_round_robin()
[all …]