Searched refs:ngq_mtx (Results 1 – 1 of 1) sorted by relevance
88 static struct mtx ngq_mtx; /* protects the queue item list */ variable2998 mtx_lock(&ngq_mtx); in ng_alloc_item()3001 mtx_unlock(&ngq_mtx); in ng_alloc_item()3043 mtx_lock(&ngq_mtx); in ng_free_item()3046 mtx_unlock(&ngq_mtx); in ng_free_item()3217 mtx_init(&ngq_mtx, "netgraph item list mutex", NULL, in ngb_mod_event()