Searched refs:TXG_SIZE (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h73 kcondvar_t tc_cv[TXG_SIZE];
74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */
75 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
H A Dtxg.h40 #define TXG_SIZE 4 /* next power of 2 */ macro
41 #define TXG_MASK (TXG_SIZE - 1) /* mask for size */
42 #define TXG_INITIAL TXG_SIZE /* initial txg */
56 struct txg_node *tn_next[TXG_SIZE];
57 uint8_t tn_member[TXG_SIZE];
63 txg_node_t *tl_head[TXG_SIZE];
H A Ddnode.h187 uint8_t dn_next_type[TXG_SIZE];
188 uint8_t dn_next_nblkptr[TXG_SIZE];
189 uint8_t dn_next_nlevels[TXG_SIZE];
190 uint8_t dn_next_indblkshift[TXG_SIZE];
191 uint8_t dn_next_bonustype[TXG_SIZE];
192 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */
193 uint16_t dn_next_bonuslen[TXG_SIZE];
194 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */
200 list_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */
204 list_t dn_dirty_records[TXG_SIZE];
[all...]
H A Dzil_impl.h101 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */
121 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
H A Ddsl_dir.h110 uint64_t dd_tempreserved[TXG_SIZE];
112 int64_t dd_space_towrite[TXG_SIZE];
H A Ddmu_objset.h124 list_t os_dirty_dnodes[TXG_SIZE];
125 list_t os_free_dnodes[TXG_SIZE];
H A Dmetaslab_impl.h316 range_tree_t *ms_alloctree[TXG_SIZE];
317 range_tree_t *ms_freetree[TXG_SIZE];
H A Ddsl_dataset.h201 uint64_t ds_resume_object[TXG_SIZE];
202 uint64_t ds_resume_offset[TXG_SIZE];
203 uint64_t ds_resume_bytes[TXG_SIZE];
H A Ddsl_pool.h104 uint64_t dp_dirty_pertxg[TXG_SIZE];
H A Dspa_impl.h176 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c131 for (i = 0; i < TXG_SIZE; i++) {
175 for (i = 0; i < TXG_SIZE; i++) {
699 for (t = 0; t < TXG_SIZE; t++)
708 for (t = 0; t < TXG_SIZE; t++)
730 for (int i = 0; i < TXG_SIZE; i++) {
H A Ddnode.c129 for (i = 0; i < TXG_SIZE; i++) {
176 for (i = 0; i < TXG_SIZE; i++) {
265 for (i = 0; i < TXG_SIZE; i++) {
571 for (i = 0; i < TXG_SIZE; i++) {
742 for (i = 0; i < TXG_SIZE; i++) {
802 for (i = 0; i < TXG_SIZE; i++) {
1737 for (i = 0; i < TXG_SIZE; i++) {
1742 return (i < TXG_SIZE);
1769 for (i = 0; i < TXG_SIZE; i++) {
1775 return (i < TXG_SIZE);
[all...]
H A Dspa_misc.c581 for (int t = 0; t < TXG_SIZE; t++)
731 for (int t = 0; t < TXG_SIZE; t++)
1461 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE;
H A Ddsl_dir.c139 for (t = 0; t < TXG_SIZE; t++) {
1031 for (i = 0; i < TXG_SIZE; i++) {
1135 for (i = 0; i < TXG_SIZE; i++)
H A Dzil.c513 for (int t = 0; t < TXG_SIZE; t++) {
1746 for (int i = 0; i < TXG_SIZE; i++) {
1787 for (int i = 0; i < TXG_SIZE; i++) {
H A Dmetaslab.c141 int metaslab_unload_delay = TXG_SIZE * 2;
1472 for (int t = 0; t < TXG_SIZE; t++) {
2344 for (int t = 0; t < TXG_SIZE; t++) {
3399 for (int j = 0; j < TXG_SIZE; j++)
H A Ddmu.c1965 for (i = 0; i < TXG_SIZE; i++) {
1971 if (i != TXG_SIZE) {
H A Ddmu_objset.c455 for (i = 0; i < TXG_SIZE; i++) {
705 for (int t = 0; t < TXG_SIZE; t++)
H A Dvdev.c734 for (t = 0; t < TXG_SIZE; t++) {
H A Ddsl_dataset.c1086 for (int t = 0; t < TXG_SIZE; t++) {
H A Dspa.c4972 for (int t = 0; t < TXG_SIZE; t++)
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1301 uintptr_t ms_alloctree[TXG_SIZE];
1302 uintptr_t ms_freetree[TXG_SIZE];
1908 int64_t dd_space_towrite[TXG_SIZE];
1918 uint64_t ms_alloctree[TXG_SIZE];
1919 uint64_t ms_freetree[TXG_SIZE];
1941 for (i = 0; i < TXG_SIZE; i++) {
2459 uintptr_t lw_head[TXG_SIZE];
2479 for (i = 0; i < TXG_SIZE; i++)
2496 return (txg_list_walk_init_common(wsp, 0, TXG_SIZE-1));

Completed in 218 milliseconds