Home
last modified time | relevance | path

Searched refs:XPRT_OFFLINE (Results 1 – 6 of 6) sorted by relevance

/linux/net/sunrpc/
A Dxprtmultipath.c69 if (!test_bit(XPRT_OFFLINE, &xprt->state) && offline) in xprt_switch_remove_xprt_locked()
238 !test_bit(XPRT_OFFLINE, &xprt->state)); in xprt_is_active()
A Dsysfs.c187 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show()
324 if (test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_sysfs_xprt_state_change()
A Dxprt.c2184 if (!test_and_set_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_offline_locked()
2193 if (test_and_clear_bit(XPRT_OFFLINE, &xprt->state)) { in xprt_set_online_locked()
A Dclnt.c1168 if (!(test_bit(XPRT_OFFLINE, &task->tk_xprt->state) && in rpc_task_set_transport()
3150 if (status || !test_bit(XPRT_OFFLINE, &xprt->state)) in rpc_xprt_probe_trunked()
/linux/include/linux/sunrpc/
A Dxprt.h444 #define XPRT_OFFLINE (7) macro
/linux/include/trace/events/
A Dsunrpc.h997 { BIT(XPRT_OFFLINE), "OFFLINE" }, \

Completed in 23 milliseconds