Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_redirect_cpu_kern.c206 u32 *cpu_selected; in xdp_prognum0_no_touch() local
211 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key); in xdp_prognum0_no_touch()
212 if (!cpu_selected) in xdp_prognum0_no_touch()
214 cpu_dest = *cpu_selected; in xdp_prognum0_no_touch()
237 u32 *cpu_selected; in xdp_prognum1_touch_data() local
243 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key); in xdp_prognum1_touch_data()
244 if (!cpu_selected) in xdp_prognum1_touch_data()
246 cpu_dest = *cpu_selected; in xdp_prognum1_touch_data()
284 u32 *cpu_selected; in xdp_prognum2_round_robin() local
302 cpu_selected = bpf_map_lookup_elem(&cpus_available, &cpu_idx); in xdp_prognum2_round_robin()
[all …]