Searched refs:irqcount (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | rtcpie.c | 32 int i, fd, retval, irqcount = 0; in main() local 123 irqcount++; in main()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | toeplitz.sh | 65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,') 66 [[ -n "${irqcount}" ]] || continue
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 319 unsigned long irqcount; member 1112 korg1212->irqcount++; in snd_korg1212_interrupt() 1119 korg1212->irqcount, doorbellValue, in snd_korg1212_interrupt() 1132 korg1212->irqcount, doorbellValue, in snd_korg1212_interrupt() 1147 korg1212->irqcount, doorbellValue, in snd_korg1212_interrupt() 1154 korg1212->irqcount, doorbellValue, in snd_korg1212_interrupt() 2047 snd_iprintf(buffer, " Irq count: %ld\n", korg1212->irqcount); in snd_korg1212_proc_read()
|