Home
last modified time | relevance | path

Searched refs:XPRT_CONNECTING (Results 1 – 1 of 1) sorted by relevance

/include/linux/sunrpc/
Dxprt.h413 #define XPRT_CONNECTING (2) macro
450 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()
456 return test_bit(XPRT_CONNECTING, &xprt->state); in xprt_connecting()
461 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting()