Searched refs:_ts (Results 1 – 3 of 3) sorted by relevance
294 bintime2timespec(const struct bintime *_bt, struct timespec *_ts) in bintime2timespec() argument297 _ts->tv_sec = _bt->sec; in bintime2timespec()298 _ts->tv_nsec = __utime64_scale64_floor( in bintime2timespec()314 timespec2bintime(const struct timespec *_ts, struct bintime *_bt) in timespec2bintime() argument317 _bt->sec = _ts->tv_sec; in timespec2bintime()319 (uint64_t)_ts->tv_nsec << 32, 1ULL << 32, 1000000000); in timespec2bintime()343 struct timespec _ts; in sbttots() local345 _ts.tv_sec = _sbt >> 32; in sbttots()346 _ts.tv_nsec = sbttons((uint32_t)_sbt); in sbttots()347 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; \
1400 #define ath_hal_txprocdesc(_ah, _ds, _ts) \ argument1401 ((*(_ah)->ah_procTxDesc)((_ah), (_ds), (_ts)))