Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_removal.h34 uint64_t svr_max_offset_to_sync[TXG_SIZE];
46 list_t svr_new_segments[TXG_SIZE];
52 range_tree_t *svr_frees[TXG_SIZE];
60 uint64_t svr_bytes_done[TXG_SIZE];
70 list_t sci_new_mapping_entries[TXG_SIZE];
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];
64 txg_node_t *tl_head[TXG_SIZE];
H A Ddnode.h287 uint8_t dn_next_type[TXG_SIZE];
289 uint8_t dn_next_nblkptr[TXG_SIZE];
290 uint8_t dn_next_nlevels[TXG_SIZE];
291 uint8_t dn_next_indblkshift[TXG_SIZE];
292 uint8_t dn_next_bonustype[TXG_SIZE];
293 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */
294 uint16_t dn_next_bonuslen[TXG_SIZE];
295 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */
296 uint64_t dn_next_maxblkid[TXG_SIZE]; /* next maxblkid in bytes */
306 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 Dzil_impl.h183 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */
199 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
H A Ddsl_pool.h111 uint64_t dp_dirty_pertxg[TXG_SIZE];
113 uint64_t dp_long_free_dirty_pertxg[TXG_SIZE];
H A Ddsl_dir.h114 uint64_t dd_tempreserved[TXG_SIZE];
116 int64_t dd_space_towrite[TXG_SIZE];
H A Ddmu_objset.h157 boolean_t os_next_write_raw[TXG_SIZE];
169 multilist_t *os_dirty_dnodes[TXG_SIZE];
H A Ddsl_dataset.h242 uint64_t ds_resume_object[TXG_SIZE];
243 uint64_t ds_resume_offset[TXG_SIZE];
244 uint64_t ds_resume_bytes[TXG_SIZE];
H A Dspa_impl.h264 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
349 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */
H A Dvdev_impl.h273 uint64_t vdev_initialize_offset[TXG_SIZE];
292 uint64_t vdev_trim_offset[TXG_SIZE];
H A Dmetaslab_impl.h385 range_tree_t *ms_allocating[TXG_SIZE];
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c132 for (i = 0; i < TXG_SIZE; i++) { in txg_init()
176 for (i = 0; i < TXG_SIZE; i++) { in txg_fini()
783 for (t = 0; t < TXG_SIZE; t++) in txg_list_create()
792 for (t = 0; t < TXG_SIZE; t++) in txg_list_destroy()
815 for (int i = 0; i < TXG_SIZE; i++) { in txg_all_lists_empty()
H A Dvdev_removal.c195 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_create()
209 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_destroy()
299 for (int t = 0; t < TXG_SIZE; t++) in vdev_remove_initiate_sync()
1047 for (int i = 0; i < TXG_SIZE; i++) { in vdev_remove_complete_sync()
1390 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_thread()
1452 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_thread()
1578 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_cancel_sync()
1597 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_cancel_sync()
2176 for (int i = 0; i < TXG_SIZE; i++) { in spa_removal_get_stats()
H A Ddnode.c142 for (i = 0; i < TXG_SIZE; i++) { in dnode_cons()
193 for (i = 0; i < TXG_SIZE; i++) { in dnode_dest()
302 for (i = 0; i < TXG_SIZE; i++) { in dnode_verify()
613 for (i = 0; i < TXG_SIZE; i++) { in dnode_allocate()
793 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
856 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
2235 for (i = 0; i < TXG_SIZE; i++) { in dnode_spill_freed()
2240 return (i < TXG_SIZE); in dnode_spill_freed()
2267 for (i = 0; i < TXG_SIZE; i++) { in dnode_block_freed()
2273 return (i < TXG_SIZE); in dnode_block_freed()
H A Dvdev_indirect.c367 for (int i = 0; i < TXG_SIZE; i++) { in spa_condensing_indirect_create()
382 for (int i = 0; i < TXG_SIZE; i++) in spa_condensing_indirect_destroy()
496 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_complete_sync()
671 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_thread()
H A Dzil.c623 for (int t = 0; t < TXG_SIZE; t++) { in zilog_is_dirty()
2773 for (int i = 0; i < TXG_SIZE; i++) in zil_commit()
2989 for (int i = 0; i < TXG_SIZE; i++) { in zil_alloc()
3019 for (int i = 0; i < TXG_SIZE; i++) { in zil_free()
H A Dspa_misc.c660 for (int t = 0; t < TXG_SIZE; t++) in spa_add()
838 for (int t = 0; t < TXG_SIZE; t++) in spa_remove()
1575 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
H A Ddsl_dir.c145 for (t = 0; t < TXG_SIZE; t++) { in dsl_dir_evict_async()
1179 for (int i = 0; i < TXG_SIZE; i++) { in dsl_dir_space_towrite()
1281 for (int i = 0; i < TXG_SIZE; i++) in dsl_dir_tempreserve_impl()
H A Ddmu.c877 for (int t = 0; t < TXG_SIZE; t++) { in dmu_free_long_range_impl()
2443 for (i = 0; i < TXG_SIZE; i++) { in dmu_object_wait_synced()
2452 if (i != TXG_SIZE) { in dmu_object_wait_synced()
H A Ddmu_objset.c607 for (i = 0; i < TXG_SIZE; i++) { in dmu_objset_open_impl()
938 for (int t = 0; t < TXG_SIZE; t++) in dmu_objset_evict()
994 for (int i = 0; i < TXG_SIZE; i++) { in dmu_objset_evict_done()
H A Dmetaslab.c2040 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_verify_weight_and_frag()
2706 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_fini()
2717 for (int t = 0; t < TXG_SIZE; t++) in metaslab_fini()
4155 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_sync_done()
H A Dspa.c1199 for (size_t i = 0; i < TXG_SIZE; i++) { in spa_activate()
1262 for (size_t i = 0; i < TXG_SIZE; i++) { in spa_deactivate()
6656 for (int t = 0; t < TXG_SIZE; t++)
H A Dvdev.c1030 for (t = 0; t < TXG_SIZE; t++) { in vdev_top_transfer()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1522 uintptr_t ms_allocating[TXG_SIZE];
2188 int64_t dd_space_towrite[TXG_SIZE];
2198 uint64_t ms_allocating[TXG_SIZE];
2225 for (i = 0; i < TXG_SIZE; i++) { in space_cb()
2960 uintptr_t tl_head[TXG_SIZE];
2964 uintptr_t lw_head[TXG_SIZE];
2985 for (i = 0; i < TXG_SIZE; i++) in txg_list_walk_init_common()
3002 return (txg_list_walk_init_common(wsp, 0, TXG_SIZE-1)); in txg_list_walk_init()

12