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

/linux-4.4.14/include/trace/events/
H A Dsunrpc.h516 { (1UL << XPT_TEMP), "XPT_TEMP"}, \
/linux-4.4.14/include/linux/sunrpc/
H A Dsvc_xprt.h61 #define XPT_TEMP 4 /* connected transport */ macro
/linux-4.4.14/net/sunrpc/
H A Dsvc_xprt.c238 clear_bit(XPT_TEMP, &new->xpt_flags); svc_add_new_perm_xprt()
727 set_bit(XPT_TEMP, &newxpt->xpt_flags); svc_add_new_temp_xprt()
972 if (test_bit(XPT_TEMP, &xprt->xpt_flags)) svc_delete_xprt()
H A Dsvc.c1141 if (test_bit(XPT_TEMP, &rqstp->rq_xprt->xpt_flags)) svc_process_common()

Completed in 156 milliseconds