Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h136 taskq_t *dp_zil_clean_taskq; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_pool.c214 dp->dp_zil_clean_taskq = taskq_create("dp_zil_clean_taskq", in dsl_pool_open_impl()
400 taskq_destroy(dp->dp_zil_clean_taskq); in dsl_pool_close()
H A Dzil.c2045 ASSERT3P(zilog->zl_dmu_pool->dp_zil_clean_taskq, !=, NULL); in zil_clean()
2046 taskqid_t id = taskq_dispatch(zilog->zl_dmu_pool->dp_zil_clean_taskq, in zil_clean()