Searched refs:XPRT_CONNECTING (Results 1 – 3 of 3) sorted by relevance
439 #define XPRT_CONNECTING (2) macro479 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()485 return test_bit(XPRT_CONNECTING, &xprt->state); in xprt_connecting()490 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting()
179 connecting = test_bit(XPRT_CONNECTING, &xprt->state); in rpc_sysfs_xprt_state_show()
992 { BIT(XPRT_CONNECTING), "CONNECTING" }, \