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

/freebsd-12-stable/sys/netgraph/atm/
H A Dngatmbase.c72 static struct mtx ngatm_unilist_mtx; variable in typeref:struct:mtx
80 mtx_init(&ngatm_unilist_mtx, "netgraph UNI msg header lists", NULL,
235 mtx_destroy(&ngatm_unilist_mtx);
246 mtx_lock(&ngatm_unilist_mtx);
249 mtx_unlock(&ngatm_unilist_mtx);
257 mtx_lock(&ngatm_unilist_mtx);
259 mtx_unlock(&ngatm_unilist_mtx);
267 mtx_lock(&ngatm_unilist_mtx);
269 mtx_unlock(&ngatm_unilist_mtx);
284 mtx_lock(&ngatm_unilist_mtx);
[all...]

Completed in 118 milliseconds