Searched refs:ngq_mtx (Results 1 – 1 of 1) sorted by relevance
81 static struct mtx ngq_mtx; /* protects the queue item list */ variable2598 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()