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

/freebsd-9.3-release/contrib/ntp/include/
H A Dntpd.h376 extern volatile u_long handler_calls; /* number of calls to interrupt handler */
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c169 volatile u_long handler_calls; /* number of calls to interrupt handler */ variable
3568 ++handler_calls;
3630 ++handler_calls;
4298 handler_calls = 0;
H A Dntp_request.c1215 io->interrupts = htonl((u_int32)handler_calls);
H A Dntp_control.c2501 ctl_putuint(sys_var[varid].text, handler_calls);

Completed in 170 milliseconds