Home | History | Annotate | Download | only in hyperv

Lines Matching defs:txd_refs

179 	u_int				txd_refs;
2233 txd->txd_refs = 1;
2248 KASSERTMSG(txd->txd_refs > 0, "invalid txd refs %d", txd->txd_refs);
2249 if (atomic_dec_uint_nv(&txd->txd_refs) != 0)
2299 KASSERTMSG(txd->txd_refs == 0 || txd->txd_refs == 1,
2300 "invalid txd refs %d", txd->txd_refs);
2303 if (txd->txd_refs > 0 && !ISSET(txd->txd_flags, HVN_TXD_FLAG_ONAGG))
2312 KASSERTMSG(txd->txd_refs > 0, "invalid txd refs %d", txd->txd_refs);
2314 atomic_inc_uint(&txd->txd_refs);