| /f-stack/freebsd/sys/ |
| H A D | timeffc.h | 113 struct bintime error; 114 struct bintime tick_time; 126 struct bintime error; 127 struct bintime tick_time; 128 struct bintime tick_time_lerp; 201 struct bintime *error_bound); 208 void ffclock_bintime(struct bintime *bt); 212 void ffclock_getbintime(struct bintime *bt); 216 void ffclock_binuptime(struct bintime *bt); 238 void fbclock_bintime(struct bintime *bt); [all …]
|
| H A D | time.h | 55 struct bintime { struct 72 bintime_add(struct bintime *_bt, const struct bintime *_bt2) in bintime_add() 84 bintime_sub(struct bintime *_bt, const struct bintime *_bt2) in bintime_sub() 144 bttosbt(const struct bintime _bt) in bttosbt() 150 static __inline struct bintime 153 struct bintime _bt; in sbttobt() 505 extern struct bintime tc_tick_bt; 507 extern struct bintime tick_bt; 546 struct bintime _bt; in sbinuptime() 552 void bintime(struct bintime *bt); [all …]
|
| H A D | devicestat.h | 145 struct bintime busy_from; /* 158 struct bintime duration[DEVSTAT_N_TRANS_FLAGS]; 159 struct bintime busy_time; 160 struct bintime creation_time; /* 197 void devstat_start_transaction(struct devstat *ds, const struct bintime *now); 203 const struct bintime *now, 204 const struct bintime *then); 207 const struct bintime *now);
|
| H A D | vdso.h | 42 struct bintime th_offset; 43 struct bintime th_boottime;
|
| H A D | bio.h | 117 struct bintime bio_t0; /* Time request started */
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ffclock.c | 133 struct bintime *error_bound) in ffclock_difftime() 258 struct bintime bt; in ffclock_nanotime() 267 struct bintime bt; in ffclock_microtime() 284 struct bintime bt; in ffclock_getnanotime() 294 struct bintime bt; in ffclock_getmicrotime() 311 struct bintime bt; in ffclock_nanouptime() 320 struct bintime bt; in ffclock_microuptime() 337 struct bintime bt; in ffclock_getnanouptime() 347 struct bintime bt; in ffclock_getmicrouptime() 364 struct bintime bt; in ffclock_nanodifftime() [all …]
|
| H A D | kern_tc.c | 277 struct bintime bt; in fbclock_nanouptime() 286 struct bintime bt; in fbclock_microuptime() 302 struct bintime bt; in fbclock_nanotime() 311 struct bintime bt; in fbclock_microtime() 327 struct bintime bt; in fbclock_getnanouptime() 336 struct bintime bt; in fbclock_getmicrouptime() 374 struct bintime bt; in nanouptime() 390 bintime(struct bintime *bt) in bintime() function 401 bintime(&bt); in nanotime() 410 bintime(&bt); in microtime() [all …]
|
| H A D | subr_devstat.c | 227 devstat_start_transaction(struct devstat *ds, const struct bintime *now) in devstat_start_transaction() 303 const struct bintime *now, const struct bintime *then) in devstat_end_transaction() 305 struct bintime dt, lnow; in devstat_end_transaction() 355 const struct bintime *now) in devstat_end_transaction_bio_bt()
|
| H A D | kern_lockstat.c | 80 struct bintime bt; in lockstat_nsecs()
|
| H A D | kern_uuid.c | 122 struct bintime bt; in uuid_time() 125 bintime(&bt); in uuid_time()
|
| H A D | subr_param.c | 91 struct bintime tick_bt; /* bintime per tick (1s / hz) */
|
| H A D | subr_lock.c | 286 struct bintime bt; in nanoseconds()
|
| H A D | uipc_usrreq.c | 2198 struct bintime *bt; in unp_internalize() 2336 bt = (struct bintime *) in unp_internalize() 2338 bintime(bt); in unp_internalize()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vlapic_priv.h | 161 struct bintime timer_fire_bt; /* callout expiry time */ 162 struct bintime timer_freq_bt; /* timer frequency */ 163 struct bintime timer_period_bt; /* timer period */
|
| H A D | vatpit.c | 84 struct bintime now_bt; /* uptime when counter was loaded */ 93 struct bintime callout_bt; /* target time */ 101 struct bintime freq_bt; 111 struct bintime delta; in vatpit_delta_ticks() 185 struct bintime now, delta; in pit_timer_start_cntr0()
|
| H A D | vpmtmr.c | 66 struct bintime bt; in vpmtmr_init()
|
| H A D | vlapic.c | 202 struct bintime bt_now, bt_rem; in vlapic_get_ccr() 717 struct bintime bt, btnow; in vlapic_callout_handler() 1665 struct bintime bt; in vlapic_reset_callout()
|
| H A D | vhpet.c | 713 struct bintime bt; in vhpet_init()
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpswvar.h | 95 struct bintime attach_uptime; /* system uptime when attach happened. */ 139 struct bintime init_uptime; /* system uptime when init happened. */
|
| /f-stack/freebsd/arm/include/ |
| H A D | cpu.h | 45 struct bintime bt; in get_cyclecount()
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 207 struct bintime *); 2205 bpf_gettime(struct bintime *bt, int tstype, struct mbuf *m) in bpf_gettime() 2217 *bt = *(struct bintime *)(tag + 1); in bpf_gettime() 2239 struct bintime bt; in bpf_tap() 2296 struct bintime bt; in bpf_mtap() 2352 struct bintime bt; in bpf_mtap2() 2436 bpf_bintime2ts(struct bintime *bt, struct bpf_ts *ts, int tstype) in bpf_bintime2ts() 2438 struct bintime bt2, boottimebin; in bpf_bintime2ts() 2476 struct bintime *bt) in catchpacket()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_input.c | 1144 struct bintime boottimebin, bt; in ip_savecontrol() 1154 bintime(&bt); in ip_savecontrol() 1164 struct bintime boottimebin, bt1; in ip_savecontrol() 1185 struct bintime boottimebin; in ip_savecontrol()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_car.c | 63 struct bintime lastRefill; /* last token refill time */ 586 struct bintime newt, deltat; in ng_car_refillhook()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 1186 struct bintime bt; in ip6_savecontrol_v4() 1189 struct bintime boottimebin, bt1; in ip6_savecontrol_v4() 1222 bintime(&t.bt); in ip6_savecontrol_v4()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.h | 501 struct bintime crp_tstamp; /* performance time stamp */
|