Home
last modified time | relevance | path

Searched refs:txg_kick (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h100 extern void txg_kick(struct dsl_pool *dp, uint64_t txg);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c626 txg_kick(dp, txg); in dsl_pool_wrlog_count()
1002 txg_kick(dp, tx->tx_txg); in dsl_pool_dirty_space()
H A Dtxg.c820 txg_kick(dsl_pool_t *dp, uint64_t txg) in txg_kick() function