Searched refs:cpu_max (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_kern.c | 289 u32 *cpu_max; in xdp_prognum2_round_robin() local 292 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum2_round_robin() 293 if (!cpu_max) in xdp_prognum2_round_robin() 302 if (*cpu_iterator == *cpu_max) in xdp_prognum2_round_robin() 525 u32 *cpu_max; in xdp_prognum5_lb_hash_ip_pairs() local 535 cpu_max = bpf_map_lookup_elem(&cpus_count, &key); in xdp_prognum5_lb_hash_ip_pairs() 536 if (!cpu_max) in xdp_prognum5_lb_hash_ip_pairs() 556 cpu_idx = cpu_hash % *cpu_max; in xdp_prognum5_lb_hash_ip_pairs()
|
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | hypfs_vm.h | 27 __u32 cpu_max; member
|
H A D | hypfs_vm_fs.c | 61 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | governor_passive.c | 84 unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; in get_target_freq_with_cpufreq() local 117 cpu_max = parent_cpu_data->max_freq; in get_target_freq_with_cpufreq() 120 cpu_percent = ((cpu_cur - cpu_min) * 100) / (cpu_max - cpu_min); in get_target_freq_with_cpufreq()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_vm.c | 39 __u32 cpu_max; member 156 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | smp.c | 425 void smp_cpus_done(unsigned int cpu_max) in smp_cpus_done() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | smp.c | 433 void __init smp_cpus_done(unsigned int cpu_max) in smp_cpus_done() argument
|
Completed in 8 milliseconds