Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dxprt.h424 #define XPRT_CONNECTING (2) macro
464 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()
470 return test_bit(XPRT_CONNECTING, &xprt->state); in xprt_connecting()
475 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting()
/include/trace/events/
Dsunrpc.h930 { BIT(XPRT_CONNECTING), "CONNECTING" }, \