Searched refs:overflown (Results 1 – 3 of 3) sorted by relevance
156 unsigned long overflown; in hisi_uncore_pmu_isr() local 159 overflown = hisi_pmu->ops->get_int_status(hisi_pmu); in hisi_uncore_pmu_isr() 160 if (!overflown) in hisi_uncore_pmu_isr() 167 for_each_set_bit(idx, &overflown, hisi_pmu->num_counters) { in hisi_uncore_pmu_isr()
639 u32 overflown; in hisi_pcie_pmu_irq() local 643 overflown = hisi_pcie_pmu_readl(pcie_pmu, HISI_PCIE_INT_STAT, idx); in hisi_pcie_pmu_irq() 644 if (!overflown) in hisi_pcie_pmu_irq()
186 - ``NLMSG_OVERRUN`` - socket buffer has overflown, not used to date.