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

12

/freebsd-10.0-release/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);
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)
141 bttosbt(const struct bintime _bt)
147 static __inline struct bintime
[all...]
H A Dvdso.h40 struct bintime th_offset;
41 struct bintime th_boottime;
H A Dbio.h107 struct bintime bio_t0; /* Time request started */
H A Ddtrace_bsd.h51 void clocksource_cyc_set(const struct bintime *t);
/freebsd-10.0-release/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)
242 ffclock_bintime(struct bintime *bt)
251 struct bintime bt;
260 struct bintime bt;
267 ffclock_getbintime(struct bintime *b
[all...]
H A Dkern_lockstat.c55 struct bintime bt;
H A Dkern_tc.c71 struct bintime th_offset;
110 struct bintime boottimebin;
123 struct bintime bt_timethreshold;
124 struct bintime bt_tickthreshold;
127 struct bintime tc_tick_bt;
202 fbclock_binuptime(struct bintime *bt)
218 struct bintime bt;
227 struct bintime bt;
234 fbclock_bintime(struct bintime *bt)
244 struct bintime b
371 bintime(struct bintime *bt) function
916 bintime(struct bintime *bt) function
[all...]
H A Dsubr_devstat.c261 devstat_start_transaction(struct devstat *ds, struct bintime *now)
331 struct bintime *now, struct bintime *then)
333 struct bintime dt, lnow;
H A Dkern_uuid.c120 struct bintime bt;
123 bintime(&bt);
H A Dsubr_param.c86 struct bintime tick_bt; /* bintime per tick (1s / hz) */
/freebsd-10.0-release/sys/arm/ti/cpsw/
H A Dif_cpswvar.h71 struct bintime attach_uptime; /* system uptime when attach happened. */
72 struct bintime init_uptime; /* system uptime when init happened. */
/freebsd-10.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c46 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs)
86 struct bintime bt;
109 struct bintime bt;
/freebsd-10.0-release/sys/arm/include/
H A Dcpu.h16 struct bintime bt;
/freebsd-10.0-release/lib/libdevstat/
H A Ddevstat.h171 long double devstat_compute_etime(struct bintime *cur_time,
172 struct bintime *prev_time);
/freebsd-10.0-release/sys/cddl/dev/cyclic/i386/
H A Dcyclic_machdep.c114 struct bintime bt;
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_ioctl.h174 struct bintime time[CTL_STATS_NUM_TYPES];
176 struct bintime dma_time[CTL_STATS_NUM_TYPES];
330 struct bintime start_bt;
342 struct bintime cur_bt; /* passed to userland */
H A Dctl_io.h244 struct bintime start_bt; /* Timer start ticks */
245 struct bintime dma_start_bt; /* DMA start ticks */
246 struct bintime dma_bt; /* DMA total ticks */
/freebsd-10.0-release/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c121 .desc = "Sending, receiving bintime"
159 .desc = "Sending, receiving bintime"
1164 const struct bintime *bintime; local
1166 if (check_cmsghdr(cmsghdr, SCM_BINTIME, sizeof(struct bintime)) < 0)
1169 bintime = (struct bintime *)CMSG_DATA(cmsghdr);
1171 dbgmsg("bintime.sec %"PRIdMAX", bintime.frac %"PRIu64,
1172 (intmax_t)bintime
[all...]
/freebsd-10.0-release/sys/dev/acpica/Osd/
H A DOsdSchedule.c260 struct bintime bt;
/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Discsivar.h111 struct bintime t_sent;
112 struct bintime t_recv;
191 struct bintime ts;
/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c977 crypto_tstat(struct cryptotstat *ts, struct bintime *bt)
979 struct bintime now, delta;
1150 struct bintime t = crp->crp_tstamp;
1422 struct bintime t = crpt->crp_tstamp;
H A Dcryptodev.h341 struct bintime crp_tstamp; /* performance time stamp */
/freebsd-10.0-release/sys/net/
H A Dbpf.c160 struct bintime *);
2000 bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m)
2012 *bt = *(struct bintime *)(tag + 1);
2033 struct bintime bt;
2100 struct bintime bt;
2155 struct bintime bt;
2240 bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype)
2242 struct bintime bt2;
2279 struct bintime *bt)

Completed in 224 milliseconds

12