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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/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.h181 uint8_t dn_next_type[TXG_SIZE];
182 uint8_t dn_next_nblkptr[TXG_SIZE];
183 uint8_t dn_next_nlevels[TXG_SIZE];
184 uint8_t dn_next_indblkshift[TXG_SIZE];
185 uint8_t dn_next_bonustype[TXG_SIZE];
186 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */
187 uint16_t dn_next_bonuslen[TXG_SIZE];
188 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */
196 list_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */
200 list_t dn_dirty_records[TXG_SIZE];
[all...]
H A Dmetaslab_impl.h139 range_tree_t *ms_alloctree[TXG_SIZE];
140 range_tree_t *ms_freetree[TXG_SIZE];
H A Dzil_impl.h100 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */
120 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
H A Ddmu_objset.h111 list_t os_dirty_dnodes[TXG_SIZE];
112 list_t os_free_dnodes[TXG_SIZE];
H A Ddsl_dir.h106 uint64_t dd_tempreserved[TXG_SIZE];
108 int64_t dd_space_towrite[TXG_SIZE];
H A Ddsl_pool.h103 uint64_t dp_dirty_pertxg[TXG_SIZE];
H A Dspa_impl.h161 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c137 for (i = 0; i < TXG_SIZE; i++) {
181 for (i = 0; i < TXG_SIZE; i++) {
708 for (t = 0; t < TXG_SIZE; t++)
717 for (t = 0; t < TXG_SIZE; t++)
H A Ddnode.c92 for (i = 0; i < TXG_SIZE; i++) {
141 for (i = 0; i < TXG_SIZE; i++) {
231 for (i = 0; i < TXG_SIZE; i++) {
510 for (i = 0; i < TXG_SIZE; i++) {
680 for (i = 0; i < TXG_SIZE; i++) {
744 for (i = 0; i < TXG_SIZE; i++) {
1627 for (i = 0; i < TXG_SIZE; i++) {
1632 return (i < TXG_SIZE);
1659 for (i = 0; i < TXG_SIZE; i++) {
1665 return (i < TXG_SIZE);
[all...]
H A Dspa_misc.c558 for (int t = 0; t < TXG_SIZE; t++)
703 for (int t = 0; t < TXG_SIZE; t++)
1409 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE;
H A Dmetaslab.c164 int metaslab_unload_delay = TXG_SIZE * 2;
1126 for (int t = 0; t < TXG_SIZE; t++) {
1621 for (int t = 0; t < TXG_SIZE; t++) {
2269 for (int j = 0; j < TXG_SIZE; j++)
H A Ddsl_dir.c139 for (t = 0; t < TXG_SIZE; t++) {
1014 for (i = 0; i < TXG_SIZE; i++) {
1118 for (i = 0; i < TXG_SIZE; i++)
H A Dzil.c495 for (int t = 0; t < TXG_SIZE; t++) {
1697 for (int i = 0; i < TXG_SIZE; i++) {
1738 for (int i = 0; i < TXG_SIZE; i++) {
H A Ddmu.c1738 for (i = 0; i < TXG_SIZE; i++) {
1742 if (i != TXG_SIZE) {
H A Ddmu_objset.c391 for (i = 0; i < TXG_SIZE; i++) {
602 for (int t = 0; t < TXG_SIZE; t++)
H A Ddsl_dataset.c955 for (int t = 0; t < TXG_SIZE; t++) {
H A Dvdev.c779 for (t = 0; t < TXG_SIZE; t++) {
H A Dspa.c5012 for (int t = 0; t < TXG_SIZE; t++)

Completed in 111 milliseconds