Home
last modified time | relevance | path

Searched refs:next_cpu (Results 1 – 2 of 2) sorted by relevance

/drivers/irqchip/
Dirq-gic-v3.c1052 int next_cpu, cpu = *base_cpu; in gic_compute_target_list() local
1059 next_cpu = cpumask_next(cpu, mask); in gic_compute_target_list()
1060 if (next_cpu >= nr_cpu_ids) in gic_compute_target_list()
1062 cpu = next_cpu; in gic_compute_target_list()
/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1334 u32 next_cpu = desc->txd2; in mtk_poll_tx_qdma() local
1359 cpu = next_cpu; in mtk_poll_tx_qdma()