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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c98 struct mtx sched_mtx; variable in typeref:struct:mtx
2612 mtx_init(&sched_mtx, "dn_sched", NULL, MTX_DEF);
2680 mtx_lock(&sched_mtx);
2689 mtx_unlock(&sched_mtx);
2702 mtx_lock(&sched_mtx);
2712 mtx_unlock(&sched_mtx);
2773 mtx_lock(&sched_mtx);
2785 mtx_unlock(&sched_mtx);
2818 mtx_lock(&sched_mtx);
2830 mtx_unlock(&sched_mtx);
[all...]

Completed in 110 milliseconds