Searched refs:tid_to_tblock (Results 1 – 2 of 2) sorted by relevance
402 tblk = tid_to_tblock(t); in txBegin()495 struct tblock *tblk = tid_to_tblock(tid); in txEnd()636 tblk = tid_to_tblock(tid); in txLock()738 tblk = tid_to_tblock(tid); in txLock()831 DUMP_PREFIX_ADDRESS, 16, 4, tid_to_tblock(tid), in txLock()848 TXN_SLEEP_DROP_LOCK(&tid_to_tblock(xtid)->waitor); in txLock()1023 tblk = tid_to_tblock(tid); in txMaplock()1156 tblk = tid_to_tblock(tid); in txCommit()2598 struct tblock *tblk = tid_to_tblock(tid); in txAbort()
13 #define tid_to_tblock(tid) (&TxBlock[tid]) macro