Searched refs:sysclock (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_ffclock.c151 * Create a new kern.sysclock sysctl node, which will be home to some generic
152 * sysclock configuration variables. Feed-forward clock specific variables will
156 SYSCTL_NODE(_kern, OID_AUTO, sysclock, CTLFLAG_RW, 0,
209 /* Return the name of the current active sysclock. */
217 /* Change the active sysclock to the user specified one: */
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c396 static int sysclock; variable
4092 sysclock = 8;
4095 sysclock = 5;
4170 mod = (sysclock == 5) ? 2457600 : 1996800;

Completed in 156 milliseconds