Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h451 #define XPRT_BINDING (5) macro
520 clear_bit(XPRT_BINDING, &xprt->state); in xprt_clear_binding()
526 return test_and_set_bit(XPRT_BINDING, &xprt->state); in xprt_test_and_set_binding()
/openbmc/linux/net/sunrpc/
H A Dsysfs.c182 binding = test_bit(XPRT_BINDING, &xprt->state); in rpc_sysfs_xprt_state_show()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h993 { BIT(XPRT_BINDING), "BINDING" }, \