Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxdp_redirect_cpu.bpf.c223 u32 *cpu_max; in xdp_prognum2_round_robin() local
226 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum2_round_robin()
227 if (!cpu_max) in xdp_prognum2_round_robin()
236 if (*cpu_iterator == *cpu_max) in xdp_prognum2_round_robin()
453 u32 *cpu_max; in xdp_prognum5_lb_hash_ip_pairs() local
461 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum5_lb_hash_ip_pairs()
462 if (!cpu_max) in xdp_prognum5_lb_hash_ip_pairs()
482 cpu_idx = cpu_hash % *cpu_max; in xdp_prognum5_lb_hash_ip_pairs()
/linux/arch/s390/hypfs/
A Dhypfs_vm.c38 __u32 cpu_max; member
154 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest()
/linux/arch/parisc/kernel/
A Dsmp.c425 void smp_cpus_done(unsigned int cpu_max) in smp_cpus_done() argument

Completed in 651 milliseconds