/src/tests/lib/libc/gen/ |
t_sleep.c | 266 struct timespec tsa, tsb, tslp, tremain; local in function:sleeptest 302 clock_gettime(CLOCK_REALTIME, &tsb); 306 (long long)tsb.tv_sec, (long)tsb.tv_nsec); 309 timespecsub(&tsb, &tsa, &tremain); 318 delta1 = (int64_t)tsb.tv_sec - (int64_t)tsa.tv_sec; 320 delta1 += (int64_t)tsb.tv_nsec - (int64_t)tsa.tv_nsec;
|
/src/tests/lib/libc/sys/ |
t_clock_gettime.c | 90 struct timespec tsa, tsb, tsl, res; local in function:check_timecounter 111 CL(clock_gettime(CLOCK_REALTIME, &tsb)); 112 diff = 1000000000LL * (tsb.tv_sec - tsa.tv_sec) 113 + tsb.tv_nsec - tsa.tv_nsec; 121 " TSA: 0x%jx.%08jx, TSB: 0x%jx.%08jx, " 124 (uintmax_t)tsb.tv_sec, (uintmax_t)tsb.tv_nsec, 127 elapsed = 1000000000LL * (tsb.tv_sec - tsl.tv_sec) 128 + tsb.tv_nsec - tsl.tv_nsec; 132 tsl = tsb; [all...] |
/src/sys/dev/ic/ |
rtw.c | 1191 rtw_txsoft_blk_init(struct rtw_txsoft_blk *tsb) 1196 SIMPLEQ_INIT(&tsb->tsb_dirtyq); 1197 SIMPLEQ_INIT(&tsb->tsb_freeq); 1198 for (i = 0; i < tsb->tsb_ndesc; i++) { 1199 ts = &tsb->tsb_desc[i]; 1201 SIMPLEQ_INSERT_TAIL(&tsb->tsb_freeq, ts, ts_q); 1203 tsb->tsb_tx_timer = 0; 1208 rtw_txsoft_blk_init_all(struct rtw_txsoft_blk *tsb) 1212 rtw_txsoft_blk_init(&tsb[pri]); 1693 struct rtw_txsoft_blk *tsb) 1750 struct rtw_txsoft_blk *tsb; local in function:rtw_reset_oactive 1842 struct rtw_txsoft_blk *tsb; local in function:rtw_intr_tx 1867 struct rtw_txsoft_blk *tsb = &sc->sc_txsoft_blk[RTW_TXPRIBCN]; local in function:rtw_intr_beacon 2070 struct rtw_txsoft_blk *tsb; local in function:rtw_txdescs_reset 3078 struct rtw_txsoft_blk *tsb; local in function:rtw_txring_choose 3314 struct rtw_txsoft_blk *tsb = NULL; \/* XXX: GCC *\/ local in function:rtw_start 3562 struct rtw_txsoft_blk *tsb; local in function:rtw_watchdog 3899 struct rtw_txsoft_blk *tsb; local in function:rtw_txsoft_blk_cleanup_all 4041 struct rtw_txsoft_blk *tsb; local in function:rtw_attach [all...] |