bintime
bintime_shift(struct bintime *_bt, int _exp)
bttosbt(const struct bintime _bt)
static __inline struct bintime
struct bintime _bt;
bintime2timespec(const struct bintime *_bt, struct timespec *_ts)
timespec2bintime(const struct timespec *_ts, struct bintime *_bt)
bintime2timeval(const struct bintime *_bt, struct timeval *_tv)
timeval2bintime(const struct timeval *_tv, struct bintime *_bt)
extern struct bintime boottimebin;
extern struct bintime tc_tick_bt;
extern struct bintime tick_bt;
extern struct bintime bt_timethreshold;
extern struct bintime bt_tickthreshold;
void binuptime(struct bintime *bt);
struct bintime _bt;
void bintime(struct bintime *bt);
void getbinuptime(struct bintime *bt);
struct bintime _bt;
void getbintime(struct bintime *bt);
bintime_addx(struct bintime *_bt, uint64_t _x)
bintime_add(struct bintime *_bt, const struct bintime *_bt2)
bintime_sub(struct bintime *_bt, const struct bintime *_bt2)
bintime_mul(struct bintime *_bt, u_int _x)