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