Searched refs:svc_failed (Results 1 – 3 of 3) sorted by relevance
643 if (svc_defunct(parent_xprt) || svc_failed(parent_xprt)) in _svc_run_mt()908 if (svc_failed(xprt) || svc_defunct(xprt)) { in _svc_done_private()961 if (svc_failed(xprt) || svc_defunct(parent)) in svc_args_done()
1302 if (svc_failed(xprt)) in read_vc()1635 if (svc_failed(parent) || svc_failed(xprt)) in svc_vc_stat()1644 if (svc_failed(parent) || svc_failed(xprt)) in svc_vc_stat()
56 #define svc_failed(xprt) ((svc_flags(xprt) & SVC_FAILED) ? TRUE : FALSE) macro