Home
last modified time | relevance | path

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

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