Lines Matching defs:ffcount
616 * Push the tick ffcount and time(s) forward based on current clock estimate.
812 ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags)
819 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
828 *ffcount = ffth->tick_ffcount;
840 ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags)
849 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
854 if (ffcount > ffth->tick_ffcount)
855 ffdelta = ffcount - ffth->tick_ffcount;
857 ffdelta = ffth->tick_ffcount - ffcount;
867 if (ffcount > ffth->tick_ffcount)
898 ffclock_read_counter(ffcounter *ffcount)
913 *ffcount = ffth->tick_ffcount;
917 *ffcount += delta;
1054 ffcounter ffcount;
1076 clock_snap->ffcount = ffth->tick_ffcount;
1097 clock_snap->ffcount += delta;
1101 if (clock_snap->ffcount > cest.leapsec_next)
1106 ffcount = clock_snap->ffcount - cest.update_ffcount;
1107 ffclock_convert_delta(ffcount, cest.period, &bt);
1791 ffcounter *ffcount;
1825 ffcount = &pps->ppsinfo_ffc.assert_ffcount;
1839 ffcount = &pps->ppsinfo_ffc.clear_ffcount;
1874 *ffcount = pps->capffth->tick_ffcount + tcount;