Searched refs:__proc_cleanup_cb (Results 1 – 2 of 2) sorted by relevance
65 extern void (*__proc_cleanup_cb)();701 if (__proc_cleanup_cb != NULL) in _svc_run_mt()702 (*__proc_cleanup_cb)(xprt); in _svc_run_mt()
581 void (*__proc_cleanup_cb)() = NULL; variable586 void *tmp = (void *)__proc_cleanup_cb; in __svc_set_proc_cleanup_cb()588 __proc_cleanup_cb = (void (*)())cb; in __svc_set_proc_cleanup_cb()1392 if (__proc_cleanup_cb != NULL && dispatch) in svc_getreq_common()1393 (*__proc_cleanup_cb)(xprt); in svc_getreq_common()