Searched refs:ffcount (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_ffclock.c69 ffclock_abstime(ffcounter *ffcount, struct bintime *bt, argument
119 if (ffcount)
120 *ffcount = ffc;
381 ffcounter *ffcount; member in struct:ffclock_getcounter_args
388 ffcounter ffcount; local
391 ffcount = 0;
392 ffclock_read_counter(&ffcount);
393 if (ffcount == 0)
395 error = copyout(&ffcount, uap->ffcount, sizeo
[all...]
H A Dkern_tc.c605 * Push the tick ffcount and time(s) forward based on current clock estimate.
801 ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags) argument
808 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
817 *ffcount = ffth->tick_ffcount;
829 ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags) argument
838 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
843 if (ffcount > ffth->tick_ffcount)
844 ffdelta = ffcount - ffth->tick_ffcount;
846 ffdelta = ffth->tick_ffcount - ffcount;
856 if (ffcount > fft
887 ffclock_read_counter(ffcounter *ffcount) argument
1036 ffcounter ffcount; local
1710 ffcounter *ffcount; local
[all...]
H A Dsystrace_args.c1275 uarg[0] = (intptr_t) p->ffcount; /* ffcounter * */
/freebsd-11.0-release/sys/sys/
H A Dtimeffc.h142 ffcounter ffcount; member in struct:sysclock_snap
162 void ffclock_read_counter(ffcounter *ffcount);
168 void ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags);
175 void ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags);
196 void ffclock_abstime(ffcounter *ffcount, struct bintime *bt,
382 int ffclock_getcounter(ffcounter *ffcount);
H A Dsysproto.h693 char ffcount_l_[PADL_(ffcounter *)]; ffcounter * ffcount; char ffcount_r_[PADR_(ffcounter *)]; member in struct:ffclock_getcounter_args
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1245 uarg[0] = (intptr_t) p->ffcount; /* ffcounter * */

Completed in 226 milliseconds