Searched refs:bintime (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c1 struct bintime { struct
6 struct bintime
10 return (struct bintime) {
/freebsd-11-stable/sys/sys/
H A Dtimeffc.h39 * Holds time mark as a ffcounter and conversion to bintime based on current
44 struct bintime update_time; /* Time of last estimates update. */
111 struct bintime error;
112 struct bintime tick_time;
124 struct bintime error;
125 struct bintime tick_time;
126 struct bintime tick_time_lerp;
150 /* Convert a timestamp from the selected system clock into bintime. */
151 int sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
168 void ffclock_last_tick(ffcounter *ffcount, struct bintime *b
[all...]
H A Ddevicestat.h143 struct bintime busy_from; /*
156 struct bintime duration[DEVSTAT_N_TRANS_FLAGS];
157 struct bintime busy_time;
158 struct bintime creation_time; /*
195 void devstat_start_transaction(struct devstat *ds, struct bintime *now);
200 struct bintime *now, struct bintime *then);
203 struct bintime *now);
H A Dtime.h53 struct bintime { struct
59 bintime_addx(struct bintime *_bt, uint64_t _x)
70 bintime_add(struct bintime *_bt, const struct bintime *_bt2)
82 bintime_sub(struct bintime *_bt, const struct bintime *_bt2)
94 bintime_mul(struct bintime *_bt, u_int _x)
106 bintime_shift(struct bintime *_bt, int _exp)
142 bttosbt(const struct bintime _bt)
148 static __inline struct bintime
[all...]
H A Dvdso.h40 struct bintime th_offset;
41 struct bintime th_boottime;
H A Dbio.h111 struct bintime bio_t0; /* Time request started */
/freebsd-11-stable/sys/kern/
H A Dkern_ffclock.c55 extern struct bintime ffclock_boottime;
64 * upper bound on clock error associated with the bintime are provided.
69 ffclock_abstime(ffcounter *ffcount, struct bintime *bt,
70 struct bintime *error_bound, uint32_t flags)
130 ffclock_difftime(ffcounter ffdelta, struct bintime *bt,
131 struct bintime *error_bound)
245 ffclock_bintime(struct bintime *bt)
254 struct bintime bt;
263 struct bintime bt;
270 ffclock_getbintime(struct bintime *b
[all...]
H A Dkern_tc.c75 struct bintime th_offset;
76 struct bintime th_bintime;
79 struct bintime th_boottime;
103 struct bintime boottimebin;
121 struct bintime bt_timethreshold;
122 struct bintime bt_tickthreshold;
125 struct bintime tc_tick_bt;
139 static void tc_windup(struct bintime *new_boottimebin);
207 fbclock_binuptime(struct bintime *bt)
224 struct bintime b
390 bintime(struct bintime *bt) function
971 bintime(struct bintime *bt) function
[all...]
H A Dkern_lockstat.c70 struct bintime bt;
H A Dsubr_devstat.c225 devstat_start_transaction(struct devstat *ds, struct bintime *now)
295 struct bintime *now, struct bintime *then)
297 struct bintime dt, lnow;
347 struct bintime *now)
H A Dkern_uuid.c120 struct bintime bt;
123 bintime(&bt);
/freebsd-11-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c59 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs)
98 struct bintime bt;
121 struct bintime bt;
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h93 struct bintime attach_uptime; /* system uptime when attach happened. */
137 struct bintime init_uptime; /* system uptime when init happened. */
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic_priv.h160 struct bintime timer_fire_bt; /* callout expiry time */
161 struct bintime timer_freq_bt; /* timer frequency */
162 struct bintime timer_period_bt; /* timer period */
H A Dvpmtmr.c63 struct bintime bt;
H A Dvatpit.c82 struct bintime now_bt; /* uptime when counter was loaded */
91 struct bintime callout_bt; /* target time */
99 struct bintime freq_bt;
109 struct bintime delta;
183 struct bintime now, delta;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h128 struct bintime time[CTL_STATS_NUM_TYPES];
130 struct bintime dma_time[CTL_STATS_NUM_TYPES];
157 struct bintime time[CTL_STATS_NUM_TYPES];
158 struct bintime dma_time[CTL_STATS_NUM_TYPES];
292 struct bintime start_bt;
304 struct bintime cur_bt; /* passed to userland */
H A Dctl_io.h233 struct bintime start_bt; /* Timer start ticks */
234 struct bintime dma_start_bt; /* DMA start ticks */
235 struct bintime dma_bt; /* DMA total ticks */
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.h171 long double devstat_compute_etime(struct bintime *cur_time,
172 struct bintime *prev_time);
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A DMakefile12 REXP_bintime= 's|%%TTYPE%%|bintime|g ; s|%%DTYPE%%|bintime|g ; \
25 .for ttype in bintime timeval timespec_real timespec_mono
/freebsd-11-stable/sys/arm/include/
H A Dcpu.h49 struct bintime bt;
/freebsd-11-stable/sys/geom/sched/
H A Dgs_delay.c124 struct bintime bt;
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSchedule.c273 struct bintime bt;
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsivar.h111 struct bintime t_sent;
112 struct bintime t_recv;
191 struct bintime ts;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c405 nfsrvd_statstart(int op, struct bintime *now)
427 nfsrvd_statend(int op, uint64_t bytes, struct bintime *now,
428 struct bintime *then)
430 struct bintime dt, lnow;
556 struct bintime start_time;
631 struct bintime start_time;

Completed in 313 milliseconds

123