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

  /src/external/bsd/ntp/dist/scripts/stats/
summary.sh 15 CLOCK=clock_summary
57 echo " " >>$CLOCK
58 echo $f >>$CLOCK
59 awk -f clock.awk $f >>$CLOCK
  /src/external/bsd/ntp/dist/include/
ntpsim.h 60 CLOCK, /* Event to advance the clock to the specified time */
121 /* Local Clock (Client) Variables */
127 double last_read_time; /* Last time the clock was read */
130 extern local_clock_info simclock; /* Local Clock Variables */
  /src/sys/arch/mips/mips/
mips_softint.c 73 * clock & bio. This avoid a branch and is fast.
140 DOSOFTINT(CLOCK);
  /src/sys/arch/riscv/riscv/
softint_machdep.c 110 DOSOFTINT(CLOCK);
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 153 DOSOFTINT(CLOCK);
  /src/sys/arch/alpha/alpha/
interrupt.c 213 case ALPHA_INTR_CLOCK: /* clock interrupt */
216 * for the clock interrupt, we add 0x10. Why? Because
225 * "was processing interrupts when the clock interrupt
246 * If it's time to call the scheduler clock,
565 DOSOFTINT(CLOCK);
  /src/sys/arch/arm/arm32/
arm32_machdep.c 714 DOSOFTINT(CLOCK);
  /src/external/bsd/ntp/dist/
configure 1774 --enable-clockctl s Use /dev/clockctl for non-root clock control
1775 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1776 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1777 --enable-trustedbsd-mac s Use TrustedBSD MAC policy for non-root clock
1809 --enable-DUMBCLOCK + Dumb generic hh:mm:ss local clock
1812 --enable-HOPFSERIAL + hopf serial clock device
1818 --enable-LEITCH + Leitch CSD 5300 Master Clock System Driver
1819 --enable-LOCAL-CLOCK + local clock reference
1825 --enable-PALISADE s Palisade clock
    [all...]

Completed in 35 milliseconds