Lines Matching refs:next_cpu
4978 struct rps_dev_flow *rflow, u16 next_cpu, u32 hash, in set_rps_cpu() argument
4981 if (next_cpu < nr_cpu_ids) { in set_rps_cpu()
4996 rxq_index = cpu_rmap_lookup_index(dev->rx_cpu_rmap, next_cpu); in set_rps_cpu()
5012 next_cpu == tmp_cpu) in set_rps_cpu()
5031 head = READ_ONCE(per_cpu(softnet_data, next_cpu).input_queue_head); in set_rps_cpu()
5035 WRITE_ONCE(rflow->cpu, next_cpu); in set_rps_cpu()
5084 u32 next_cpu; in get_rps_cpu() local
5094 next_cpu = ident & net_hotdata.rps_cpu_mask; in get_rps_cpu()
5114 if (unlikely(tcpu != next_cpu) && in get_rps_cpu()
5118 tcpu = next_cpu; in get_rps_cpu()
5119 rflow = set_rps_cpu(dev, skb, rflow, next_cpu, hash, in get_rps_cpu()