Home
last modified time | relevance | path

Searched refs:tx_sync_thread (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h114 kthread_t *tx_sync_thread; member
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dtxg.c216 tx->tx_sync_thread = thread_create(NULL, 0, txg_sync_thread, in txg_sync_start()
579 txg_thread_exit(tx, &cpr, &tx->tx_sync_thread); in txg_sync_thread()
H A Ddsl_pool.c885 * TRUE if the current thread is the tx_sync_thread or if we in dsl_pool_sync_context()
891 return (curthread == dp->dp_tx.tx_sync_thread ||
H A Dzio.c2343 if (dp && curthread == dp->dp_tx.tx_sync_thread) in __zio_execute()