Lines Matching refs:vts
122 #define UPDATE_TOTALS_WR(sb, writing, field, ts, vts) { \ argument
126 __bsp->bs_vtime += (gethrvtime() - vts); \
129 #define UPDATE_TOTALS(sb, field, ts, vts) \ argument
130 UPDATE_TOTALS_WR(sb, (sb)->be_writing, field, ts, vts)
1355 hrtime_t ts, vts; in backend_lock() local
1373 vts = gethrvtime(); in backend_lock()
1375 UPDATE_TOTALS_WR(be, writing, bt_lock, ts, vts); in backend_lock()
2076 hrtime_t ts, vts; in backend_run() local
2085 vts = gethrvtime(); in backend_run()
2087 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_run()
2184 hrtime_t ts, vts; in backend_tx_begin() local
2191 vts = gethrvtime(); in backend_tx_begin()
2194 UPDATE_TOTALS((*txp)->bt_be, bt_exec, ts, vts); in backend_tx_begin()
2219 hrtime_t ts, vts; in backend_tx_rollback() local
2225 vts = gethrvtime(); in backend_tx_rollback()
2228 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_tx_rollback()
2246 hrtime_t ts, vts; in backend_tx_commit() local
2251 vts = gethrvtime(); in backend_tx_commit()
2254 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_tx_commit()
2313 hrtime_t ts, vts; in backend_new_id() local
2322 vts = gethrvtime(); in backend_new_id()
2327 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_new_id()
2353 hrtime_t ts, vts; in backend_tx_run() local
2362 vts = gethrvtime(); in backend_tx_run()
2364 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_tx_run()
2407 hrtime_t ts, vts; in backend_tx_run_update() local
2414 vts = gethrvtime(); in backend_tx_run_update()
2416 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_tx_run_update()
2436 hrtime_t ts, vts; in backend_tx_run_update_changed() local
2443 vts = gethrvtime(); in backend_tx_run_update_changed()
2445 UPDATE_TOTALS(be, bt_exec, ts, vts); in backend_tx_run_update_changed()