Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dtxg.h129 extern void txg_wait_open(struct dsl_pool *dp, uint64_t txg,
/src/sys/contrib/openzfs/module/zfs/
H A Dtxg.c783 txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce) in txg_wait_open() function
1091 EXPORT_SYMBOL(txg_wait_open);
H A Ddmu.c1070 txg_wait_open(dp, 0, B_TRUE); in dmu_free_long_range_impl()
/src/sys/contrib/openzfs/cmd/
H A Dztest.c5579 txg_wait_open(dmu_objset_pool(os), 0, B_TRUE); in ztest_dmu_read_write_zcopy()