Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c781 static struct mtx nguni_unilist_mtx; variable
794 mtx_init(&nguni_unilist_mtx, "netgraph UNI structure lists", NULL, in uni_init()
819 mtx_destroy(&nguni_unilist_mtx); in uni_fini()
834 mtx_lock(&nguni_unilist_mtx); in ng_uni_malloc()
837 mtx_unlock(&nguni_unilist_mtx); in ng_uni_malloc()
852 mtx_lock(&nguni_unilist_mtx); in ng_uni_malloc()
854 mtx_unlock(&nguni_unilist_mtx); in ng_uni_malloc()
866 mtx_lock(&nguni_unilist_mtx); in ng_uni_free()
891 mtx_unlock(&nguni_unilist_mtx); in ng_uni_free()