Searched refs:__proc_cleanup_cb (Results 1 – 2 of 2) sorted by relevance
65 extern void (*__proc_cleanup_cb)();697 if (__proc_cleanup_cb != NULL) in _svc_run_mt()698 (*__proc_cleanup_cb)(xprt); in _svc_run_mt()
584 void (*__proc_cleanup_cb)() = NULL; variable589 void *tmp = (void *)__proc_cleanup_cb; in __svc_set_proc_cleanup_cb()591 __proc_cleanup_cb = (void (*)())cb; in __svc_set_proc_cleanup_cb()1395 if (__proc_cleanup_cb != NULL && dispatch) in svc_getreq_common()1396 (*__proc_cleanup_cb)(xprt); in svc_getreq_common()