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

/freebsd-10-stable/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.c591 * Push the tick ffcount and time(s) forward based on current clock estimate.
787 ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags) argument
794 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
803 *ffcount = ffth->tick_ffcount;
815 ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags) argument
824 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
829 if (ffcount > ffth->tick_ffcount)
830 ffdelta = ffcount - ffth->tick_ffcount;
832 ffdelta = ffth->tick_ffcount - ffcount;
842 if (ffcount > fft
873 ffclock_read_counter(ffcounter *ffcount) argument
1020 ffcounter ffcount; local
1679 ffcounter *ffcount; local
[all...]
H A Dsystrace_args.c1343 uarg[0] = (intptr_t) p->ffcount; /* ffcounter * */
/freebsd-10-stable/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.h731 char ffcount_l_[PADL_(ffcounter *)]; ffcounter * ffcount; char ffcount_r_[PADR_(ffcounter *)]; member in struct:ffclock_getcounter_args
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1250 uarg[0] = (intptr_t) p->ffcount; /* ffcounter * */

Completed in 129 milliseconds