Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h450 #define XPRT_BOUND (4) macro
504 test_and_set_bit(XPRT_BOUND, &xprt->state); in xprt_set_bound()
509 return test_bit(XPRT_BOUND, &xprt->state); in xprt_bound()
514 clear_bit(XPRT_BOUND, &xprt->state); in xprt_clear_bound()
/openbmc/linux/net/sunrpc/
H A Dsysfs.c181 bound = test_bit(XPRT_BOUND, &xprt->state); in rpc_sysfs_xprt_state_show()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h991 { BIT(XPRT_BOUND), "BOUND" }, \