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

/freebsd-10.3-release/sys/rpc/
H A Dsvc.c105 mtx_init(&grp->sg_lock, "sg_lock", NULL, MTX_DEF);
191 mtx_lock(&grp->sg_lock);
196 mtx_unlock(&grp->sg_lock);
217 mtx_destroy(&grp->sg_lock);
312 mtx_lock(&grp->sg_lock);
316 mtx_unlock(&grp->sg_lock);
329 mtx_assert(&grp->sg_lock, MA_OWNED);
342 mtx_lock(&grp->sg_lock);
345 mtx_unlock(&grp->sg_lock);
[all...]
H A Dsvc_generic.c102 mtx_lock(&grp->sg_lock);
107 mtx_unlock(&grp->sg_lock);
115 mtx_lock(&grp->sg_lock);
118 mtx_lock(&grp->sg_lock);
122 mtx_unlock(&grp->sg_lock);
H A Dsvc.h323 struct mtx_padalign sg_lock; /* protect the thread/req lists */ member in struct:__rpc_svcgroup

Completed in 98 milliseconds