Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_car.c72 struct mtx q_mtx; /* queue mutex */ member
213 mtx_init(&priv->upper.q_mtx, "ng_car_u", NULL, MTX_DEF); in ng_car_constructor()
228 mtx_init(&priv->lower.q_mtx, "ng_car_l", NULL, MTX_DEF); in ng_car_constructor()
539 mtx_destroy(&priv->upper.q_mtx); in ng_car_shutdown()
540 mtx_destroy(&priv->lower.q_mtx); in ng_car_shutdown()
719 mtx_lock(&hinfo->q_mtx); in ng_car_enqueue()
763 mtx_unlock(&hinfo->q_mtx); in ng_car_enqueue()
H A Dng_base.c268 mtx_init(&(n)->q_mtx, "ng_node", NULL, MTX_DEF)
270 mtx_lock(&(n)->q_mtx)
272 mtx_unlock(&(n)->q_mtx)
816 mtx_destroy(&node->nd_input_queue.q_mtx); in ng_unref_node()
1950 mtx_assert(&ngq->q_mtx, MA_OWNED); in ng_dequeue()
3456 mtx_assert(&node->nd_input_queue.q_mtx, MA_OWNED); in ng_worklist_add()
H A Dnetgraph.h353 struct mtx q_mtx; member
/f-stack/lib/
H A Dff_ng_base.c272 mtx_init(&(n)->q_mtx, "ng_node", NULL, MTX_DEF)
274 mtx_lock(&(n)->q_mtx)
276 mtx_unlock(&(n)->q_mtx)
822 mtx_destroy(&node->nd_input_queue.q_mtx); in ng_unref_node()
1957 mtx_assert(&ngq->q_mtx, MA_OWNED); in ng_dequeue()
3485 mtx_assert(&node->nd_input_queue.q_mtx, MA_OWNED); in ng_worklist_add()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h355 struct mtx q_mtx; member