Home
last modified time | relevance | path

Searched refs:curintr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_clock.c810 u_long *curintr; in watchdog_fire() local
813 curintr = intrcnt; in watchdog_fire()
820 if (*curintr) in watchdog_fire()
821 printf("%-12s %20lu\n", curname, *curintr); in watchdog_fire()
823 inttotal += *curintr++; in watchdog_fire()