Lines Matching refs:TXG_MASK
303 tc->tc_count[txg & TXG_MASK]++; in txg_hold_open()
325 int g = th->th_txg & TXG_MASK; in txg_register_callbacks()
336 int g = th->th_txg & TXG_MASK; in txg_rele_to_sync()
357 int g = txg & TXG_MASK; in txg_quiesce()
422 int g = txg & TXG_MASK; in txg_dispatch_callbacks()
803 return (tl->tl_head[txg & TXG_MASK] == NULL); in txg_list_empty()
831 int t = txg & TXG_MASK; in txg_list_add()
856 int t = txg & TXG_MASK; in txg_list_add_tail()
884 int t = txg & TXG_MASK; in txg_list_remove()
909 int t = txg & TXG_MASK; in txg_list_remove_this()
933 int t = txg & TXG_MASK; in txg_list_member()
946 int t = txg & TXG_MASK; in txg_list_head()
956 int t = txg & TXG_MASK; in txg_list_next()