Symbol: bintime
lib/libdevstat/devstat.c
1208
devstat_compute_etime(struct bintime *cur_time, struct bintime *prev_time)
lib/libdevstat/devstat.h
171
long double devstat_compute_etime(struct bintime *cur_time,
lib/libdevstat/devstat.h
172
struct bintime *prev_time);
lib/libsys/__vdso_gettimeofday.c
107
getnanouptime(struct bintime *bt, struct vdso_timekeep *tk)
lib/libsys/__vdso_gettimeofday.c
136
struct bintime bt;
lib/libsys/__vdso_gettimeofday.c
159
struct bintime bt;
lib/libsys/__vdso_gettimeofday.c
60
binuptime(struct bintime *bt, struct vdso_timekeep *tk, bool abs)
sys/amd64/vmm/io/vatpit.c
100
struct bintime freq_bt;
sys/amd64/vmm/io/vatpit.c
110
struct bintime delta;
sys/amd64/vmm/io/vatpit.c
184
struct bintime now, delta;
sys/amd64/vmm/io/vatpit.c
83
struct bintime now_bt; /* uptime when counter was loaded */
sys/amd64/vmm/io/vatpit.c
92
struct bintime callout_bt; /* target time */
sys/amd64/vmm/io/vhpet.c
710
struct bintime bt;
sys/amd64/vmm/io/vlapic.c
1809
struct bintime bt;
sys/amd64/vmm/io/vlapic.c
201
struct bintime bt_now, bt_rem;
sys/amd64/vmm/io/vlapic.c
721
struct bintime bt, btnow;
sys/amd64/vmm/io/vlapic_priv.h
155
struct bintime timer_fire_bt; /* callout expiry time */
sys/amd64/vmm/io/vlapic_priv.h
156
struct bintime timer_freq_bt; /* timer frequency */
sys/amd64/vmm/io/vlapic_priv.h
157
struct bintime timer_period_bt; /* timer period */
sys/amd64/vmm/io/vpmtmr.c
64
struct bintime bt;
sys/arm/ti/cpsw/if_cpsw.c
2594
struct bintime t;
sys/arm/ti/cpsw/if_cpsw.c
2654
struct bintime t;
sys/arm/ti/cpsw/if_cpswvar.h
137
struct bintime init_uptime; /* system uptime when init happened. */
sys/arm/ti/cpsw/if_cpswvar.h
93
struct bintime attach_uptime; /* system uptime when attach happened. */
sys/cam/cam_periph.c
1219
struct bintime *starttime;
sys/cam/cam_periph.c
1220
struct bintime ltime;
sys/cam/ctl/ctl.c
13282
struct bintime cur_bt;
sys/cam/ctl/ctl.c
13417
struct bintime cur_bt;
sys/cam/ctl/ctl.c
13929
struct bintime bt;
sys/cam/ctl/ctl.c
6811
struct bintime *t;
sys/cam/ctl/ctl_backend_block.c
217
struct bintime ds_t0;
sys/cam/ctl/ctl_io.h
244
struct bintime start_bt; /* Timer start ticks */
sys/cam/ctl/ctl_io.h
245
struct bintime dma_start_bt; /* DMA start ticks */
sys/cam/ctl/ctl_io.h
246
struct bintime dma_bt; /* DMA total ticks */
sys/cam/ctl/ctl_ioctl.h
125
struct bintime time[CTL_STATS_NUM_TYPES];
sys/cam/ctl/ctl_ioctl.h
126
struct bintime dma_time[CTL_STATS_NUM_TYPES];
sys/cam/ctl/ctl_ioctl.h
263
struct bintime start_bt;
sys/cam/ctl/ctl_ioctl.h
275
struct bintime cur_bt; /* passed to userland */
sys/cam/scsi/scsi_pass.c
122
struct bintime start_time;
sys/compat/freebsd32/freebsd32_misc.c
1414
struct bintime bt;
sys/compat/linux/linux_socket.c
1730
_Static_assert(sizeof(struct bintime) >= sizeof(struct timespec),
sys/dev/acpica/Osd/OsdSchedule.c
271
struct bintime bt;
sys/dev/acpica/acpi_hpet.c
935
struct bintime b0, b1, b2;
sys/dev/ena/ena.c
3202
struct bintime curtime, time;
sys/dev/ena/ena.h
266
struct bintime timestamp;
sys/dev/gve/gve_utils.c
461
struct bintime curr_time;
sys/dev/gve/gve_utils.c
474
struct bintime curr_time;
sys/dev/mmc/mmcspi.c
1259
struct bintime start;
sys/dev/mmc/mmcspi.c
1260
struct bintime elapsed;
sys/dev/mmc/mmcspi.c
714
struct bintime start, elapsed;
sys/dev/mmc/mmcspi.c
856
struct bintime start, elapsed;
sys/dev/xen/blkback/blkback.c
257
struct bintime ds_t0;
sys/dev/xen/blkback/blkback.c
322
struct bintime ds_t0;
sys/fs/fuse/fuse_internal.c
126
struct bintime now;
sys/fs/fuse/fuse_internal.h
161
struct bintime *timeout)
sys/fs/fuse/fuse_node.h
143
struct bintime attr_cache_timeout;
sys/fs/fuse/fuse_node.h
149
struct bintime entry_cache_timeout;
sys/fs/fuse/fuse_node.h
205
struct bintime now;
sys/fs/nfs/nfsport.h
518
struct bintime srvduration[NFSV42_NOPS + NFSV4OP_FAKENOPS + 15];
sys/fs/nfs/nfsport.h
519
struct bintime busyfrom;
sys/fs/nfs/nfsport.h
520
struct bintime busytime;
sys/fs/nfs/nfsport.h
583
struct bintime srvduration[NFSV42_PURENOPS + NFSV4OP_FAKENOPS];
sys/fs/nfs/nfsport.h
584
struct bintime busyfrom;
sys/fs/nfs/nfsport.h
585
struct bintime busytime;
sys/fs/nfsserver/nfs_nfsdsocket.c
472
nfsrvd_statstart(int op, struct bintime *now)
sys/fs/nfsserver/nfs_nfsdsocket.c
495
nfsrvd_statend(int op, uint64_t bytes, struct bintime *now,
sys/fs/nfsserver/nfs_nfsdsocket.c
496
struct bintime *then)
sys/fs/nfsserver/nfs_nfsdsocket.c
498
struct bintime dt, lnow;
sys/fs/nfsserver/nfs_nfsdsocket.c
635
struct bintime start_time;
sys/fs/nfsserver/nfs_nfsdsocket.c
724
struct bintime start_time;
sys/geom/gate/g_gate.c
367
struct bintime curtime;
sys/geom/geom_disk.c
229
struct bintime now;
sys/geom/geom_io.c
606
struct bintime now;
sys/geom/journal/g_journal.c
2785
struct bintime bt;
sys/geom/journal/g_journal.c
2827
struct bintime bt;
sys/geom/journal/g_journal.c
2996
struct bintime bt;
sys/geom/journal/g_journal.c
483
struct bintime bt;
sys/geom/journal/g_journal.h
251
struct bintime _bt2; \
sys/kern/kern_event.c
902
struct bintime bt;
sys/kern/kern_ffclock.c
129
ffclock_difftime(ffcounter ffdelta, struct bintime *bt,
sys/kern/kern_ffclock.c
130
struct bintime *error_bound)
sys/kern/kern_ffclock.c
246
ffclock_bintime(struct bintime *bt)
sys/kern/kern_ffclock.c
255
struct bintime bt;
sys/kern/kern_ffclock.c
264
struct bintime bt;
sys/kern/kern_ffclock.c
271
ffclock_getbintime(struct bintime *bt)
sys/kern/kern_ffclock.c
281
struct bintime bt;
sys/kern/kern_ffclock.c
291
struct bintime bt;
sys/kern/kern_ffclock.c
299
ffclock_binuptime(struct bintime *bt)
sys/kern/kern_ffclock.c
308
struct bintime bt;
sys/kern/kern_ffclock.c
317
struct bintime bt;
sys/kern/kern_ffclock.c
324
ffclock_getbinuptime(struct bintime *bt)
sys/kern/kern_ffclock.c
334
struct bintime bt;
sys/kern/kern_ffclock.c
344
struct bintime bt;
sys/kern/kern_ffclock.c
352
ffclock_bindifftime(ffcounter ffdelta, struct bintime *bt)
sys/kern/kern_ffclock.c
361
struct bintime bt;
sys/kern/kern_ffclock.c
370
struct bintime bt;
sys/kern/kern_ffclock.c
54
extern struct bintime ffclock_boottime;
sys/kern/kern_ffclock.c
68
ffclock_abstime(ffcounter *ffcount, struct bintime *bt,
sys/kern/kern_ffclock.c
69
struct bintime *error_bound, uint32_t flags)
sys/kern/kern_lockstat.c
77
struct bintime bt;
sys/kern/kern_tc.c
1027
struct bintime bt;
sys/kern/kern_tc.c
1052
struct bintime bt;
sys/kern/kern_tc.c
1123
sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
sys/kern/kern_tc.c
1126
struct bintime boottimebin;
sys/kern/kern_tc.c
1128
struct bintime bt2;
sys/kern/kern_tc.c
1301
struct bintime bt, bt2;
sys/kern/kern_tc.c
135
struct bintime bt_timethreshold;
sys/kern/kern_tc.c
136
struct bintime bt_tickthreshold;
sys/kern/kern_tc.c
1368
tc_windup(struct bintime *new_boottimebin)
sys/kern/kern_tc.c
1370
struct bintime bt;
sys/kern/kern_tc.c
139
struct bintime tc_tick_bt;
sys/kern/kern_tc.c
154
static void tc_windup(struct bintime *new_boottimebin);
sys/kern/kern_tc.c
1791
struct bintime bt;
sys/kern/kern_tc.c
2096
static struct bintime t_last;
sys/kern/kern_tc.c
2097
struct bintime t_this, t_delta;
sys/kern/kern_tc.c
217
bintime_add_tc_delta(struct bintime *bt, uint64_t scale,
sys/kern/kern_tc.c
240
bintime_off(struct bintime *bt, u_int off)
sys/kern/kern_tc.c
243
struct bintime *btp;
sys/kern/kern_tc.c
250
btp = (struct bintime *)((vm_offset_t)th + off);
sys/kern/kern_tc.c
263
struct bintime: 1, default: 0) == 1, \
sys/kern/kern_tc.c
293
fbclock_binuptime(struct bintime *bt)
sys/kern/kern_tc.c
302
struct bintime bt;
sys/kern/kern_tc.c
311
struct bintime bt;
sys/kern/kern_tc.c
318
fbclock_bintime(struct bintime *bt)
sys/kern/kern_tc.c
327
struct bintime bt;
sys/kern/kern_tc.c
336
struct bintime bt;
sys/kern/kern_tc.c
343
fbclock_getbinuptime(struct bintime *bt)
sys/kern/kern_tc.c
352
struct bintime bt;
sys/kern/kern_tc.c
361
struct bintime bt;
sys/kern/kern_tc.c
368
fbclock_getbintime(struct bintime *bt)
sys/kern/kern_tc.c
390
binuptime(struct bintime *bt)
sys/kern/kern_tc.c
399
struct bintime bt;
sys/kern/kern_tc.c
408
struct bintime bt;
sys/kern/kern_tc.c
415
bintime(struct bintime *bt)
sys/kern/kern_tc.c
424
struct bintime bt;
sys/kern/kern_tc.c
426
bintime(&bt);
sys/kern/kern_tc.c
433
struct bintime bt;
sys/kern/kern_tc.c
435
bintime(&bt);
sys/kern/kern_tc.c
440
getbinuptime(struct bintime *bt)
sys/kern/kern_tc.c
449
struct bintime bt;
sys/kern/kern_tc.c
458
struct bintime bt;
sys/kern/kern_tc.c
465
getbintime(struct bintime *bt)
sys/kern/kern_tc.c
489
struct bintime boottimebin;
sys/kern/kern_tc.c
496
getboottimebin(struct bintime *boottimebin)
sys/kern/kern_tc.c
512
struct bintime ffclock_boottime; /* Feed-forward boot time estimate. */
sys/kern/kern_tc.c
519
struct bintime tick_time;
sys/kern/kern_tc.c
520
struct bintime tick_time_lerp;
sys/kern/kern_tc.c
595
ffclock_convert_delta(ffcounter ffdelta, uint64_t period, struct bintime *bt)
sys/kern/kern_tc.c
597
struct bintime bt2;
sys/kern/kern_tc.c
628
struct bintime bt, gap_lerp;
sys/kern/kern_tc.c
76
struct bintime th_offset;
sys/kern/kern_tc.c
77
struct bintime th_bintime;
sys/kern/kern_tc.c
80
struct bintime th_boottime;
sys/kern/kern_tc.c
813
ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags)
sys/kern/kern_tc.c
841
ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags)
sys/kern/kern_tc.c
844
struct bintime bt2;
sys/kern/kern_tc.c
882
ffclock_convert_diff(ffcounter ffdelta, struct bintime *bt)
sys/kern/kern_tc.c
922
binuptime(struct bintime *bt)
sys/kern/kern_tc.c
943
bintime(struct bintime *bt)
sys/kern/kern_tc.c
964
getbinuptime(struct bintime *bt)
sys/kern/kern_tc.c
985
getbintime(struct bintime *bt)
sys/kern/kern_time.c
322
struct bintime bt;
sys/kern/kern_umtx.c
727
struct bintime bt, bbt;
sys/kern/kern_uuid.c
120
struct bintime bt;
sys/kern/kern_uuid.c
123
bintime(&bt);
sys/kern/subr_devstat.c
221
devstat_start_transaction(struct devstat *ds, const struct bintime *now)
sys/kern/subr_devstat.c
296
const struct bintime *now, const struct bintime *then)
sys/kern/subr_devstat.c
298
struct bintime dt, lnow;
sys/kern/subr_devstat.c
347
const struct bintime *now)
sys/kern/subr_lock.c
272
struct bintime bt;
sys/kern/subr_param.c
86
struct bintime tick_bt; /* bintime per tick (1s / hz) */
sys/kern/uipc_usrreq.c
3658
struct bintime *bt;
sys/kern/uipc_usrreq.c
3792
bt = (struct bintime *)
sys/kern/uipc_usrreq.c
3794
bintime(bt);
sys/kern/vfs_subr.c
6616
struct bintime bt;
sys/net/bpf.c
2137
bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m)
sys/net/bpf.c
2155
*bt = *(struct bintime *)(tag + 1);
sys/net/bpf.c
2177
struct bintime bt;
sys/net/bpf.c
2237
struct bintime bt;
sys/net/bpf.c
2302
struct bintime bt;
sys/net/bpf.c
2394
bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype)
sys/net/bpf.c
2396
struct bintime bt2, boottimebin;
sys/net/bpf.c
241
struct bintime *);
sys/net/bpf.c
2434
struct bintime *bt)
sys/netgraph/ng_car.c
624
struct bintime newt, deltat;
sys/netgraph/ng_car.c
70
struct bintime lastRefill; /* last token refill time */
sys/netinet/ip_input.c
1140
struct bintime boottimebin, bt;
sys/netinet/ip_input.c
1150
bintime(&bt);
sys/netinet/ip_input.c
1160
struct bintime boottimebin, bt1;
sys/netinet/ip_input.c
1181
struct bintime boottimebin;
sys/netinet/tcp_lro.c
624
struct bintime bt;
sys/netinet/tcp_lro.h
150
struct bintime alloc_time; /* time when entry was allocated */
sys/netinet/tcp_lro.h
164
struct bintime lro_last_queue_time; /* last time data was queued */
sys/netinet6/ip6_input.c
1131
struct bintime bt;
sys/netinet6/ip6_input.c
1134
struct bintime boottimebin, bt1;
sys/netinet6/ip6_input.c
1156
bintime(&t.bt);
sys/opencrypto/cryptodev.h
471
struct bintime crp_tstamp; /* performance time stamp */
sys/sys/bio.h
116
struct bintime bio_t0; /* Time request started */
sys/sys/devicestat.h
144
struct bintime busy_from; /*
sys/sys/devicestat.h
157
struct bintime duration[DEVSTAT_N_TRANS_FLAGS];
sys/sys/devicestat.h
158
struct bintime busy_time;
sys/sys/devicestat.h
159
struct bintime creation_time; /*
sys/sys/devicestat.h
196
void devstat_start_transaction(struct devstat *ds, const struct bintime *now);
sys/sys/devicestat.h
202
const struct bintime *now,
sys/sys/devicestat.h
203
const struct bintime *then);
sys/sys/devicestat.h
206
const struct bintime *now);
sys/sys/time.h
106
bintime_shift(struct bintime *_bt, int _exp)
sys/sys/time.h
142
bttosbt(const struct bintime _bt)
sys/sys/time.h
148
static __inline struct bintime
sys/sys/time.h
151
struct bintime _bt;
sys/sys/time.h
292
bintime2timespec(const struct bintime *_bt, struct timespec *_ts)
sys/sys/time.h
301
bintime2ns(const struct bintime *_bt)
sys/sys/time.h
312
timespec2bintime(const struct timespec *_ts, struct bintime *_bt)
sys/sys/time.h
321
bintime2timeval(const struct bintime *_bt, struct timeval *_tv)
sys/sys/time.h
330
timeval2bintime(const struct timeval *_tv, struct bintime *_bt)
sys/sys/time.h
524
extern struct bintime tc_tick_bt;
sys/sys/time.h
527
extern struct bintime tick_bt;
sys/sys/time.h
531
extern struct bintime bt_timethreshold;
sys/sys/time.h
532
extern struct bintime bt_tickthreshold;
sys/sys/time.h
559
void binuptime(struct bintime *bt);
sys/sys/time.h
566
struct bintime _bt;
sys/sys/time.h
572
void bintime(struct bintime *bt);
sys/sys/time.h
576
void getbinuptime(struct bintime *bt);
sys/sys/time.h
583
struct bintime _bt;
sys/sys/time.h
589
void getbintime(struct bintime *bt);
sys/sys/time.h
59
bintime_addx(struct bintime *_bt, uint64_t _x)
sys/sys/time.h
594
void getboottimebin(struct bintime *boottimebin);
sys/sys/time.h
70
bintime_add(struct bintime *_bt, const struct bintime *_bt2)
sys/sys/time.h
82
bintime_sub(struct bintime *_bt, const struct bintime *_bt2)
sys/sys/time.h
94
bintime_mul(struct bintime *_bt, u_int _x)
sys/sys/timeffc.h
112
struct bintime error;
sys/sys/timeffc.h
113
struct bintime tick_time;
sys/sys/timeffc.h
126
struct bintime error;
sys/sys/timeffc.h
127
struct bintime tick_time;
sys/sys/timeffc.h
128
struct bintime tick_time_lerp;
sys/sys/timeffc.h
153
int sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
sys/sys/timeffc.h
170
void ffclock_last_tick(ffcounter *ffcount, struct bintime *bt, uint32_t flags);
sys/sys/timeffc.h
177
void ffclock_convert_abs(ffcounter ffcount, struct bintime *bt, uint32_t flags);
sys/sys/timeffc.h
178
void ffclock_convert_diff(ffcounter ffdelta, struct bintime *bt);
sys/sys/timeffc.h
198
void ffclock_abstime(ffcounter *ffcount, struct bintime *bt,
sys/sys/timeffc.h
199
struct bintime *error_bound, uint32_t flags);
sys/sys/timeffc.h
200
void ffclock_difftime(ffcounter ffdelta, struct bintime *bt,
sys/sys/timeffc.h
201
struct bintime *error_bound);
sys/sys/timeffc.h
208
void ffclock_bintime(struct bintime *bt);
sys/sys/timeffc.h
212
void ffclock_getbintime(struct bintime *bt);
sys/sys/timeffc.h
216
void ffclock_binuptime(struct bintime *bt);
sys/sys/timeffc.h
220
void ffclock_getbinuptime(struct bintime *bt);
sys/sys/timeffc.h
228
void ffclock_bindifftime(ffcounter ffdelta, struct bintime *bt);
sys/sys/timeffc.h
238
void fbclock_bintime(struct bintime *bt);
sys/sys/timeffc.h
242
void fbclock_getbintime(struct bintime *bt);
sys/sys/timeffc.h
246
void fbclock_binuptime(struct bintime *bt);
sys/sys/timeffc.h
250
void fbclock_getbinuptime(struct bintime *bt);
sys/sys/timeffc.h
261
bintime_fromclock(struct bintime *bt, int whichclock)
sys/sys/timeffc.h
291
getbintime_fromclock(struct bintime *bt, int whichclock)
sys/sys/timeffc.h
321
binuptime_fromclock(struct bintime *bt, int whichclock)
sys/sys/timeffc.h
351
getbinuptime_fromclock(struct bintime *bt, int whichclock)
sys/sys/timeffc.h
44
struct bintime update_time; /* Time of last estimates update. */
sys/sys/vdso.h
40
struct bintime th_offset;
sys/sys/vdso.h
41
struct bintime th_boottime;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
168
return (sizeof(struct bintime));
tools/regression/sockets/udp_pingpong/udp_pingpong.c
343
struct bintime bt;
tools/regression/sockets/unix_cmsg/uc_check_time.c
37
uc_check_bintime(const struct bintime *mt)
tools/regression/sockets/unix_cmsg/uc_check_time.h
27
struct bintime;
tools/regression/sockets/unix_cmsg/uc_check_time.h
31
int uc_check_bintime(const struct bintime *bt);
usr.bin/ctlstat/ctlstat.c
253
struct bintime total_time_bt, total_dma_bt;
usr.bin/nfsstat/nfsstat.c
563
struct bintime total_time_bt;
usr.sbin/ctladm/ctladm.c
333
struct bintime delta_bt;