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

/freebsd-13-stable/sys/netgraph/
H A Dng_base.c88 static struct mtx ngq_mtx; /* protects the queue item list */ variable in typeref:struct:mtx
2999 mtx_lock(&ngq_mtx);
3002 mtx_unlock(&ngq_mtx);
3044 mtx_lock(&ngq_mtx);
3047 mtx_unlock(&ngq_mtx);
3218 mtx_init(&ngq_mtx, "netgraph item list mutex", NULL,

Completed in 56 milliseconds