Home
last modified time | relevance | path

Searched refs:least_active (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Dsvc_vc.c754 SVCXPRT *xprt, *least_active; in __svc_clean_idle() local
760 least_active = NULL; in __svc_clean_idle()
787 least_active = xprt; in __svc_clean_idle()
798 if (timeout == 0 && least_active != NULL) { in __svc_clean_idle()
799 __xprt_unregister_unlocked(least_active); in __svc_clean_idle()
800 __svc_vc_dodestroy(least_active); in __svc_clean_idle()