HomeSort by: relevance | last modified time | path
    Searched refs:handler_calls (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntpd.h 422 extern volatile u_long handler_calls; /* number of calls to interrupt handler */
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 171 volatile u_long handler_calls; /* number of calls to interrupt handler */ variable
3681 ++handler_calls;
3743 ++handler_calls;
4423 handler_calls = 0;
ntp_request.c 1221 io->interrupts = htonl((u_int32)handler_calls);
ntp_control.c 2491 ctl_putuint(sys_var[varid].text, handler_calls);

Completed in 37 milliseconds