Searched refs:cpu_max (Results 1 – 4 of 4) sorted by relevance
221 u32 *cpu_max; in xdp_prognum2_round_robin() local224 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum2_round_robin()225 if (!cpu_max) in xdp_prognum2_round_robin()234 if (*cpu_iterator == *cpu_max) in xdp_prognum2_round_robin()451 u32 *cpu_max; in xdp_prognum5_lb_hash_ip_pairs() local459 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum5_lb_hash_ip_pairs()460 if (!cpu_max) in xdp_prognum5_lb_hash_ip_pairs()480 cpu_idx = cpu_hash % *cpu_max; in xdp_prognum5_lb_hash_ip_pairs()
84 unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; in get_target_freq_with_cpufreq() local117 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()
40 __u32 cpu_max; member157 ATTRIBUTE(cpus_dir, "weight_max", data->cpu_max); in hypfs_vm_create_guest()
436 void __init smp_cpus_done(unsigned int cpu_max) in smp_cpus_done() argument