Searched refs:rps_cpu_mask (Results 1 – 4 of 4) sorted by relevance
31 u32 rps_cpu_mask; member
54 * rps_cpu_mask is used to partition the space, depending on number of55 * possible CPUs : rps_cpu_mask = roundup_pow_of_two(nr_cpu_ids) - 156 * For example, if 64 CPUs are possible, rps_cpu_mask = 0x3f,73 u32 val = hash & ~net_hotdata.rps_cpu_mask; in rps_record_sock_flow()
174 net_hotdata.rps_cpu_mask = in rps_sock_flow_sysctl()
4937 if ((ident ^ hash) & ~net_hotdata.rps_cpu_mask) in get_rps_cpu()4940 next_cpu = ident & net_hotdata.rps_cpu_mask; in get_rps_cpu()