Home
last modified time | relevance | path

Searched refs:XPRT_REMOVE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dxprt.h454 #define XPRT_REMOVE (8) macro
/openbmc/linux/net/sunrpc/
H A Dsysfs.c188 remove = test_bit(XPRT_REMOVE, &xprt->state); in rpc_sysfs_xprt_state_show()
H A Dxprt.c2182 if (test_and_set_bit(XPRT_REMOVE, &xprt->state)) in xprt_delete_locked()
H A Dclnt.c2209 test_bit(XPRT_REMOVE, &xprt->state)) { in call_connect_status()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h996 { BIT(XPRT_REMOVE), "REMOVE" }, \