Searched refs:tx_commit_cb_taskq (Results 1 – 2 of 2) sorted by relevance
117 taskq_t *tx_commit_cb_taskq; /* commit callback taskq */ member
181 if (tx->tx_commit_cb_taskq != NULL) in txg_fini()182 taskq_destroy(tx->tx_commit_cb_taskq); in txg_fini()426 if (tx->tx_commit_cb_taskq == NULL) { in txg_dispatch_callbacks()430 tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", in txg_dispatch_callbacks()441 (void) taskq_dispatch(tx->tx_commit_cb_taskq, (task_func_t *) in txg_dispatch_callbacks()