Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/ !
Dxprt.h428 #define XPRT_CONNECTING (2) macro
468 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()
474 return test_bit(XPRT_CONNECTING, &xprt->state); in xprt_connecting()
479 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting()
/linux-6.1.9/net/sunrpc/ !
Dsysfs.c179 connecting = test_bit(XPRT_CONNECTING, &xprt->state); in rpc_sysfs_xprt_state_show()
/linux-6.1.9/include/trace/events/ !
Dsunrpc.h958 { BIT(XPRT_CONNECTING), "CONNECTING" }, \