Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/rpc/
Dsvc.c108 mtx_init(&grp->sg_lock, "sg_lock", NULL, MTX_DEF); in svcpool_create()
198 mtx_lock(&grp->sg_lock); in svcpool_cleanup()
203 mtx_unlock(&grp->sg_lock); in svcpool_cleanup()
235 mtx_destroy(&grp->sg_lock); in svcpool_destroy()
264 mtx_lock(&grp->sg_lock); in svcpool_close()
266 mtx_unlock(&grp->sg_lock); in svcpool_close()
354 mtx_lock(&grp->sg_lock); in xprt_register()
358 mtx_unlock(&grp->sg_lock); in xprt_register()
371 mtx_assert(&grp->sg_lock, MA_OWNED); in xprt_unregister_locked()
384 mtx_lock(&grp->sg_lock); in xprt_unregister()
[all …]
Dsvc_generic.c104 mtx_lock(&grp->sg_lock); in svc_create()
109 mtx_unlock(&grp->sg_lock); in svc_create()
117 mtx_lock(&grp->sg_lock); in svc_create()
120 mtx_lock(&grp->sg_lock); in svc_create()
124 mtx_unlock(&grp->sg_lock); in svc_create()
Dsvc.h330 struct mtx_padalign sg_lock; /* protect the thread/req lists */ member