Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c88 static struct mtx ngq_mtx; /* protects the queue item list */ variable
2991 mtx_lock(&ngq_mtx); in ng_alloc_item()
2994 mtx_unlock(&ngq_mtx); in ng_alloc_item()
3036 mtx_lock(&ngq_mtx); in ng_free_item()
3039 mtx_unlock(&ngq_mtx); in ng_free_item()
3210 mtx_init(&ngq_mtx, "netgraph item list mutex", NULL, in ngb_mod_event()
/f-stack/lib/
H A Dff_ng_base.c88 static struct mtx ngq_mtx; /* protects the queue item list */ variable
3015 mtx_lock(&ngq_mtx); in ng_alloc_item()
3018 mtx_unlock(&ngq_mtx); in ng_alloc_item()
3060 mtx_lock(&ngq_mtx); in ng_free_item()
3063 mtx_unlock(&ngq_mtx); in ng_free_item()
3236 mtx_init(&ngq_mtx, "netgraph item list mutex", NULL, in ngb_mod_event()