Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
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.h182 uint8_t dn_next_type[TXG_SIZE];
183 uint8_t dn_next_nblkptr[TXG_SIZE];
184 uint8_t dn_next_nlevels[TXG_SIZE];
185 uint8_t dn_next_indblkshift[TXG_SIZE];
186 uint8_t dn_next_bonustype[TXG_SIZE];
187 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */
188 uint16_t dn_next_bonuslen[TXG_SIZE];
189 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */
197 list_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */
201 list_t dn_dirty_records[TXG_SIZE];
[all …]
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 Dmetaslab_impl.h168 range_tree_t *ms_alloctree[TXG_SIZE];
169 range_tree_t *ms_freetree[TXG_SIZE];
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.h117 list_t os_dirty_dnodes[TXG_SIZE];
118 list_t os_free_dnodes[TXG_SIZE];
H A Ddsl_dataset.h204 uint64_t ds_resume_object[TXG_SIZE];
205 uint64_t ds_resume_offset[TXG_SIZE];
206 uint64_t ds_resume_bytes[TXG_SIZE];
H A Ddsl_pool.h104 uint64_t dp_dirty_pertxg[TXG_SIZE];
H A Dspa_impl.h168 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c131 for (i = 0; i < TXG_SIZE; i++) { in txg_init()
175 for (i = 0; i < TXG_SIZE; i++) { in txg_fini()
699 for (t = 0; t < TXG_SIZE; t++) in txg_list_create()
708 for (t = 0; t < TXG_SIZE; t++) in txg_list_destroy()
730 for (int i = 0; i < TXG_SIZE; i++) { in txg_all_lists_empty()
H A Ddnode.c129 for (i = 0; i < TXG_SIZE; i++) { in dnode_cons()
177 for (i = 0; i < TXG_SIZE; i++) { in dnode_dest()
267 for (i = 0; i < TXG_SIZE; i++) { in dnode_verify()
574 for (i = 0; i < TXG_SIZE; i++) { in dnode_allocate()
745 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
807 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
1742 for (i = 0; i < TXG_SIZE; i++) { in dnode_spill_freed()
1747 return (i < TXG_SIZE); in dnode_spill_freed()
1774 for (i = 0; i < TXG_SIZE; i++) { in dnode_block_freed()
1780 return (i < TXG_SIZE); in dnode_block_freed()
H A Dspa_misc.c575 for (int t = 0; t < TXG_SIZE; t++) in spa_add()
721 for (int t = 0; t < TXG_SIZE; t++) in spa_remove()
1450 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
H A Dmetaslab.c155 int metaslab_unload_delay = TXG_SIZE * 2;
1304 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_fini()
1934 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_sync_done()
2582 for (int j = 0; j < TXG_SIZE; j++) in metaslab_check_free()
H A Ddsl_dir.c150 for (t = 0; t < TXG_SIZE; t++) { in dsl_dir_evict_async()
1042 for (i = 0; i < TXG_SIZE; i++) { in dsl_dir_space_towrite()
1146 for (i = 0; i < TXG_SIZE; i++) in dsl_dir_tempreserve_impl()
H A Dzil.c492 for (int t = 0; t < TXG_SIZE; t++) { in zilog_is_dirty()
1700 for (int i = 0; i < TXG_SIZE; i++) { in zil_alloc()
1741 for (int i = 0; i < TXG_SIZE; i++) { in zil_free()
H A Ddmu.c1886 for (i = 0; i < TXG_SIZE; i++) { in dmu_object_wait_synced()
1892 if (i != TXG_SIZE) { in dmu_object_wait_synced()
H A Ddmu_objset.c453 for (i = 0; i < TXG_SIZE; i++) { in dmu_objset_open_impl()
701 for (int t = 0; t < TXG_SIZE; t++) in dmu_objset_evict()
H A Dvdev.c716 for (t = 0; t < TXG_SIZE; t++) { in vdev_top_transfer()
H A Ddsl_dataset.c1078 for (int t = 0; t < TXG_SIZE; t++) { in dsl_dataset_is_dirty()
H A Dspa.c4868 for (int t = 0; t < TXG_SIZE; t++) in spa_vdev_detach()
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1261 uintptr_t ms_alloctree[TXG_SIZE];
1262 uintptr_t ms_freetree[TXG_SIZE];
1703 int64_t dd_space_towrite[TXG_SIZE];
1713 uint64_t ms_alloctree[TXG_SIZE];
1714 uint64_t ms_freetree[TXG_SIZE];
1735 for (i = 0; i < TXG_SIZE; i++) { in space_cb()
2187 uintptr_t lw_head[TXG_SIZE];
2207 for (i = 0; i < TXG_SIZE; i++) in txg_list_walk_init_common()
2224 return (txg_list_walk_init_common(wsp, 0, TXG_SIZE-1)); in txg_list_walk_init()