Home
last modified time | relevance | path

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

/Linux-v5.10/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()
/Linux-v5.10/include/trace/events/
Dsunrpc.h950 TRACE_DEFINE_ENUM(XPRT_CONNECTING);
963 { (1UL << XPRT_CONNECTING), "CONNECTING"}, \