Searched refs:_ts (Results 1 – 4 of 4) sorted by relevance
292 bintime2timespec(const struct bintime *_bt, struct timespec *_ts) in bintime2timespec() argument295 _ts->tv_sec = _bt->sec; in bintime2timespec()296 _ts->tv_nsec = __utime64_scale64_floor( in bintime2timespec()312 timespec2bintime(const struct timespec *_ts, struct bintime *_bt) in timespec2bintime() argument315 _bt->sec = _ts->tv_sec; in timespec2bintime()317 (uint64_t)_ts->tv_nsec << 32, 1ULL << 32, 1000000000); in timespec2bintime()341 struct timespec _ts; in sbttots() local343 _ts.tv_sec = _sbt >> 32; in sbttots()344 _ts.tv_nsec = sbttons((uint32_t)_sbt); in sbttots()345 return (_ts); in sbttots()[all …]
77 size_t _ts = ((v).m > 1 ? (v).m * kv_grow_factor : 2); \78 type *_tp = (type*)realloc((v).a, sizeof(type) * _ts); \83 (v).m = _ts; \
307 uint32_t _ts = 0; \312 if (__ts > _ts) \313 _ts = __ts; \315 _ts; \
1402 #define ath_hal_txprocdesc(_ah, _ds, _ts) \ argument1403 ((*(_ah)->ah_procTxDesc)((_ah), (_ds), (_ts)))