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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c136 #define XDT_TBUF_RETRY 50 /* tbuf disable retry count */ macro
1964 * reason we will try again, up to a count of XDT_TBUF_RETRY.
1972 } while ((err != 0) && (++i < XDT_TBUF_RETRY));

Completed in 102 milliseconds