Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c512 uint32_t ffclock_status; /* Feed-forward clock status. */ variable
545 ffclock_status = FFCLOCK_STA_UNSYNC; in ffclock_init()
665 ffclock_status |= FFCLOCK_STA_UNSYNC; in ffclock_windup()
712 if (((ffclock_status & FFCLOCK_STA_UNSYNC) == FFCLOCK_STA_UNSYNC) && in ffclock_windup()
723 ffclock_status = cest->status; in ffclock_windup()