Lines Matching defs:next_cpu
5039 struct rps_dev_flow *rflow, u16 next_cpu, u32 hash)
5041 if (next_cpu < nr_cpu_ids) {
5058 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu);
5077 next_cpu == tmp_cpu)
5096 head = READ_ONCE(per_cpu(softnet_data, next_cpu).input_queue_head);
5100 WRITE_ONCE(rflow->cpu, next_cpu);
5149 u32 next_cpu;
5162 next_cpu = ident & net_hotdata.rps_cpu_mask;
5183 if (unlikely(tcpu != next_cpu) &&
5187 tcpu = next_cpu;
5188 rflow = set_rps_cpu(dev, skb, rflow, next_cpu, hash);