Searched refs:sg_lock (Results 1 – 3 of 3) sorted by relevance
106 mtx_init(&grp->sg_lock, "sg_lock", NULL, MTX_DEF); in svcpool_create()196 mtx_lock(&grp->sg_lock); in svcpool_cleanup()201 mtx_unlock(&grp->sg_lock); in svcpool_cleanup()233 mtx_destroy(&grp->sg_lock); in svcpool_destroy()262 mtx_lock(&grp->sg_lock); in svcpool_close()264 mtx_unlock(&grp->sg_lock); in svcpool_close()352 mtx_lock(&grp->sg_lock); in xprt_register()356 mtx_unlock(&grp->sg_lock); in xprt_register()369 mtx_assert(&grp->sg_lock, MA_OWNED); in xprt_unregister_locked()382 mtx_lock(&grp->sg_lock); in xprt_unregister()[all …]
97 mtx_lock(&grp->sg_lock); in svc_create()102 mtx_unlock(&grp->sg_lock); in svc_create()110 mtx_lock(&grp->sg_lock); in svc_create()113 mtx_lock(&grp->sg_lock); in svc_create()117 mtx_unlock(&grp->sg_lock); in svc_create()
336 struct mtx_padalign sg_lock; /* protect the thread/req lists */ member