Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h448 #define XPRT_CONNECTING (2) macro
488 clear_bit(XPRT_CONNECTING, &xprt->state); in xprt_clear_connecting()
494 return test_bit(XPRT_CONNECTING, &xprt->state); in xprt_connecting()
499 return test_and_set_bit(XPRT_CONNECTING, &xprt->state); in xprt_test_and_set_connecting()
/openbmc/linux/net/sunrpc/
H A Dsysfs.c179 connecting = test_bit(XPRT_CONNECTING, &xprt->state); in rpc_sysfs_xprt_state_show()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h990 { BIT(XPRT_CONNECTING), "CONNECTING" }, \