Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
Dxdp_redirect_cpu.bpf.c147 u32 *cpu_selected; in xdp_prognum0_no_touch() local
152 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum0_no_touch()
153 if (!cpu_selected) in xdp_prognum0_no_touch()
155 cpu_dest = *cpu_selected; in xdp_prognum0_no_touch()
177 u32 *cpu_selected; in xdp_prognum1_touch_data() local
183 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum1_touch_data()
184 if (!cpu_selected) in xdp_prognum1_touch_data()
186 cpu_dest = *cpu_selected; in xdp_prognum1_touch_data()
221 u32 *cpu_selected; in xdp_prognum2_round_robin() local
239 cpu_selected = bpf_map_lookup_elem(&cpus_available, &cpu_idx); in xdp_prognum2_round_robin()
[all …]