Home
last modified time | relevance | path

Searched refs:XPT_TEMP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h62 #define XPT_TEMP 4 /* connected transport */ macro
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c247 clear_bit(XPT_TEMP, &new->xpt_flags); in svc_add_new_perm_xprt()
736 set_bit(XPT_TEMP, &newxpt->xpt_flags); in svc_add_new_temp_xprt()
1016 if (test_bit(XPT_TEMP, &xprt->xpt_flags)) in svc_delete_xprt()
Dsvc.c1339 if (test_bit(XPT_TEMP, &rqstp->rq_xprt->xpt_flags)) in svc_process_common()
/Linux-v4.19/include/trace/events/
Dsunrpc.h667 { (1UL << XPT_TEMP), "XPT_TEMP"}, \