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

/illumos-gate/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];

Completed in 57 milliseconds