Searched refs:irqcount (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/testing/selftests/timers/ |
D | rtcpie.c | 32 int i, fd, retval, irqcount = 0; in main() local 123 irqcount++; in main()
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | toeplitz.sh | 65 irqcount=$(cat "$i/per_cpu_count" | tr -d '0,') 66 [[ -n "${irqcount}" ]] || continue
|
/linux-5.19.10/sound/pci/korg1212/ |
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() 2073 snd_iprintf(buffer, " Irq count: %ld\n", korg1212->irqcount); in snd_korg1212_proc_read()
|