| 220 | } |
| 221 | |
| 222 | static void |
| 223 | txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) |
| 224 | { |
| 225 | CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); |
| 226 | mutex_enter(&tx->tx_sync_lock); |
| 227 | } |
| 228 | |
| 229 | static void |
| 230 | txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) |
no test coverage detected