Searched refs:overflown (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c120 unsigned long overflown;
123 overflown = hisi_pmu->ops->get_int_status(hisi_pmu);
124 if (!overflown)
131 for_each_set_bit(idx, &overflown, hisi_pmu->num_counters) {
134 unsigned long overflown; local
H A Dhisi_pcie_pmu.c609 u32 overflown;
613 overflown = hisi_pcie_pmu_readl(pcie_pmu, HISI_PCIE_INT_STAT, idx);
614 if (!overflown)
620 u32 overflown; local

Completed in 234 milliseconds