XPRT_CONNECTING   292 include/linux/sunrpc/xprt.h 	clear_bit(XPRT_CONNECTING, &xprt->state);
XPRT_CONNECTING   298 include/linux/sunrpc/xprt.h 	return test_bit(XPRT_CONNECTING, &xprt->state);
XPRT_CONNECTING   303 include/linux/sunrpc/xprt.h 	return test_and_set_bit(XPRT_CONNECTING, &xprt->state);