Searched refs:txg_list_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dtxg.h66 } txg_list_t; typedef in typeref:struct:txg_list
128 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset);
129 extern void txg_list_destroy(txg_list_t *tl);
130 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg);
131 extern boolean_t txg_all_lists_empty(txg_list_t *tl);
132 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg);
133 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg);
134 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg);
135 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg);
136 extern boolean_t txg_list_member(txg_list_t *t
[all...]
H A Ddsl_pool.h130 txg_list_t dp_dirty_datasets;
131 txg_list_t dp_dirty_zilogs;
132 txg_list_t dp_dirty_dirs;
133 txg_list_t dp_sync_tasks;
134 txg_list_t dp_early_sync_tasks;
H A Dvdev_impl.h289 txg_list_t vdev_ms_list; /* per-txg dirty metaslab lists */
290 txg_list_t vdev_dtl_list; /* per-txg dirty DTL lists */
H A Dspa_impl.h242 txg_list_t spa_vdev_txg_list; /* per-txg dirty vdev list */
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dtxg.c846 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset)
860 txg_list_empty_impl(txg_list_t *tl, uint64_t txg)
868 txg_list_empty(txg_list_t *tl, uint64_t txg)
878 txg_list_destroy(txg_list_t *tl)
897 txg_all_lists_empty(txg_list_t *tl)
915 txg_list_add(txg_list_t *tl, void *p, uint64_t txg)
940 txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg)
968 txg_list_remove(txg_list_t *tl, uint64_t txg)
993 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg)
1017 txg_list_member(txg_list_t *t
[all...]
H A Ddsl_synctask.c82 txg_list_t *task_list = (early) ?
186 txg_list_t *task_list = (early) ?
H A Ddsl_pool.c604 txg_list_t *tl = &vd->vdev_ms_list;

Completed in 177 milliseconds