Searched refs:XPT_TEMP (Results 1 – 4 of 4) sorted by relevance
63 #define XPT_TEMP 4 /* connected transport */ macro
281 clear_bit(XPT_TEMP, &new->xpt_flags); in svc_add_new_perm_xprt()790 set_bit(XPT_TEMP, &newxpt->xpt_flags); in svc_add_new_temp_xprt()1053 if (test_bit(XPT_TEMP, &xprt->xpt_flags)) in svc_delete_xprt()
1368 if (rqstp->rq_xprt && test_bit(XPT_TEMP, &rqstp->rq_xprt->xpt_flags)) in svc_process_common()
1826 { BIT(XPT_TEMP), "TEMP" }, \
Completed in 10 milliseconds