Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/netgraph/
HDng_base.c81 static struct mtx ngq_mtx; /* protects the queue item list */ variable
2598 mtx_lock(&ngq_mtx); in ng_alloc_item()
2601 mtx_unlock(&ngq_mtx); in ng_alloc_item()
2654 mtx_lock(&ngq_mtx); in ng_free_item()
2657 mtx_unlock(&ngq_mtx); in ng_free_item()
2770 mtx_init(&ngq_mtx, "ng queue"); in ngb_mod_event()