Searched refs:intcount (Results 1 – 1 of 1) sorted by relevance
72 unsigned int intcount, total = 0; in show_msp_pci_counts() local75 intcount = pci_int_count[i]; in show_msp_pci_counts()76 if (intcount != 0) { in show_msp_pci_counts()77 seq_printf(m, "[%d] = %u\n", i, intcount); in show_msp_pci_counts()78 total += intcount; in show_msp_pci_counts()