Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDsvc.c105 mtx_init(&grp->sg_lock, "sg_lock", NULL, MTX_DEF); in svcpool_create()
191 mtx_lock(&grp->sg_lock); in svcpool_destroy()
196 mtx_unlock(&grp->sg_lock); in svcpool_destroy()
217 mtx_destroy(&grp->sg_lock); in svcpool_destroy()
312 mtx_lock(&grp->sg_lock); in xprt_register()
316 mtx_unlock(&grp->sg_lock); in xprt_register()
329 mtx_assert(&grp->sg_lock, MA_OWNED); in xprt_unregister_locked()
342 mtx_lock(&grp->sg_lock); in xprt_unregister()
345 mtx_unlock(&grp->sg_lock); in xprt_unregister()
349 mtx_unlock(&grp->sg_lock); in xprt_unregister()
[all …]
HDsvc_generic.c102 mtx_lock(&grp->sg_lock); in svc_create()
107 mtx_unlock(&grp->sg_lock); in svc_create()
115 mtx_lock(&grp->sg_lock); in svc_create()
118 mtx_lock(&grp->sg_lock); in svc_create()
122 mtx_unlock(&grp->sg_lock); in svc_create()
HDsvc.h323 struct mtx_padalign sg_lock; /* protect the thread/req lists */ member