Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_removal.h35 uint64_t svr_max_offset_to_sync[TXG_SIZE];
47 list_t svr_new_segments[TXG_SIZE];
53 zfs_range_tree_t *svr_frees[TXG_SIZE];
61 uint64_t svr_bytes_done[TXG_SIZE];
71 list_t sci_new_mapping_entries[TXG_SIZE];
H A Dtxg.h42 #define TXG_SIZE 4 /* next power of 2 */ macro
43 #define TXG_MASK (TXG_SIZE - 1) /* mask for size */
44 #define TXG_INITIAL TXG_SIZE /* initial txg */
59 struct txg_node *tn_next[TXG_SIZE];
60 uint8_t tn_member[TXG_SIZE];
67 txg_node_t *tl_head[TXG_SIZE];
H A Ddnode.h313 uint8_t dn_next_type[TXG_SIZE];
315 uint8_t dn_next_nblkptr[TXG_SIZE];
316 uint8_t dn_next_nlevels[TXG_SIZE];
317 uint8_t dn_next_indblkshift[TXG_SIZE];
318 uint8_t dn_next_bonustype[TXG_SIZE];
319 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */
320 uint16_t dn_next_bonuslen[TXG_SIZE];
321 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */
322 uint64_t dn_next_maxblkid[TXG_SIZE]; /* next maxblkid in bytes */
328 multilist_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */
[all …]
H A Dtxg_impl.h74 kcondvar_t tc_cv[TXG_SIZE];
75 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */
76 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
H A Dzil_impl.h208 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */
224 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
243 uint64_t zl_lwb_inflight[TXG_SIZE]; /* io issued, but not done */
H A Dvdev_raidz.h112 uint64_t vre_offset_pertxg[TXG_SIZE];
117 uint64_t vre_bytes_copied_pertxg[TXG_SIZE];
H A Ddsl_pool.h118 uint64_t dp_dirty_pertxg[TXG_SIZE];
120 uint64_t dp_long_free_dirty_pertxg[TXG_SIZE];
125 aggsum_t dp_wrlog_pertxg[TXG_SIZE];
H A Ddsl_dir.h118 uint64_t dd_tempreserved[TXG_SIZE];
120 uint64_t dd_space_towrite[TXG_SIZE];
H A Dvdev_rebuild.h76 uint64_t vr_scan_offset[TXG_SIZE];
H A Ddmu_objset.h173 boolean_t os_next_write_raw[TXG_SIZE];
185 multilist_t os_dirty_dnodes[TXG_SIZE];
H A Dbrt_impl.h95 avl_tree_t bv_pending_tree[TXG_SIZE];
H A Ddsl_dataset.h250 uint64_t ds_resume_object[TXG_SIZE];
251 uint64_t ds_resume_offset[TXG_SIZE];
252 uint64_t ds_resume_bytes[TXG_SIZE];
H A Dspa_impl.h295 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
405 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */
H A Dmetaslab_impl.h375 zfs_range_tree_t *ms_allocating[TXG_SIZE];
H A Dvdev_impl.h300 uint64_t vdev_initialize_offset[TXG_SIZE];
321 uint64_t vdev_trim_offset[TXG_SIZE];
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c136 for (i = 0; i < TXG_SIZE; i++) { in txg_init()
180 for (i = 0; i < TXG_SIZE; i++) { in txg_fini()
883 for (t = 0; t < TXG_SIZE; t++) in txg_list_create()
911 for (t = 0; t < TXG_SIZE; t++) in txg_list_destroy()
928 for (int i = 0; i < TXG_SIZE; i++) in txg_all_lists_empty()
H A Ddmu_redact.c116 redact_block_phys_t md_furthest[TXG_SIZE];
118 list_t md_blocks[TXG_SIZE];
119 boolean_t md_synctask_txg[TXG_SIZE];
898 for (int i = 0; i < TXG_SIZE; i++) { in perform_redaction()
984 for (int i = 0; i < TXG_SIZE; i++) in perform_redaction()
H A Ddnode.c165 for (int i = 0; i < TXG_SIZE; i++) { in dnode_cons()
213 for (int i = 0; i < TXG_SIZE; i++) { in dnode_dest()
441 for (i = 0; i < TXG_SIZE; i++) { in dnode_verify()
766 for (i = 0; i < TXG_SIZE; i++) { in dnode_allocate()
941 for (int i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
998 for (int i = 0; i < TXG_SIZE; i++) { in dnode_move_impl()
2438 for (i = 0; i < TXG_SIZE; i++) { in dnode_spill_freed()
2443 return (i < TXG_SIZE); in dnode_spill_freed()
2462 for (i = 0; i < TXG_SIZE; i++) { in dnode_block_freed()
2468 return (i < TXG_SIZE); in dnode_block_freed()
H A Dvdev_removal.c408 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_create()
423 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_destroy()
515 for (int t = 0; t < TXG_SIZE; t++) in vdev_remove_initiate_sync()
1305 for (int i = 0; i < TXG_SIZE; i++) { in vdev_remove_complete_sync()
1679 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_thread()
1933 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_cancel_sync()
1955 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_cancel_sync()
H A Dvdev_indirect.c368 for (int i = 0; i < TXG_SIZE; i++) { in spa_condensing_indirect_create()
383 for (int i = 0; i < TXG_SIZE; i++) in spa_condensing_indirect_destroy()
498 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_complete_sync()
675 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_thread()
H A Dvdev_rebuild.c856 for (int j = 0; j < TXG_SIZE; j++) { in vdev_rebuild_thread()
877 for (int i = 0; i < TXG_SIZE; i++) { in vdev_rebuild_thread()
H A Ddsl_pool.c225 for (int i = 0; i < TXG_SIZE; i++) { in dsl_pool_open_impl()
435 for (int i = 0; i < TXG_SIZE; i++) { in dsl_pool_close()
H A Dbrt.c708 for (int i = 0; i < TXG_SIZE; i++) { in brt_vdevs_expand()
853 for (int i = 0; i < TXG_SIZE; i++) in brt_vdevs_free()
H A Dspa_misc.c781 for (int t = 0; t < TXG_SIZE; t++) in spa_add()
936 for (int t = 0; t < TXG_SIZE; t++) in spa_remove()
1702 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
/freebsd/usr.sbin/makefs/zfs/
H A Dzfs.h58 #define TXG_SIZE 4 macro

12