Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/include/
H A Dntpd.h381 extern volatile u_long handler_calls; /* number of calls to interrupt handler */
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c171 volatile u_long handler_calls; /* number of calls to interrupt handler */ variable
3656 ++handler_calls;
3718 ++handler_calls;
4397 handler_calls = 0;
H A Dntp_request.c1221 io->interrupts = htonl((u_int32)handler_calls); in io_stats()
H A Dntp_control.c2491 ctl_putuint(sys_var[varid].text, handler_calls); in ctl_putsys()