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