XPT_BUSY
if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags))
set_bit(XPT_BUSY, &xprt->xpt_flags);
if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) {
clear_bit(XPT_BUSY, &xprt->xpt_flags);
if (xpt_flags & BIT(XPT_BUSY))
if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags))
test_bit(XPT_BUSY, &xprt->xpt_flags))