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

/freebsd-10.2-release/sys/dev/wtap/
H A Dif_medium.c40 mtx_init(&md->md_mtx, "wtap_medium mtx", NULL, MTX_DEF | MTX_RECURSE);
66 mtx_lock(&md->md_mtx);
70 mtx_unlock(&md->md_mtx);
82 mtx_unlock(&md->md_mtx);
92 mtx_lock(&md->md_mtx);
95 mtx_unlock(&md->md_mtx);
100 mtx_unlock(&md->md_mtx);
108 mtx_lock(&md->md_mtx);
110 mtx_unlock(&md->md_mtx);
117 mtx_lock(&md->md_mtx);
[all...]
H A Dif_medium.h49 struct mtx md_mtx; member in struct:wtap_medium

Completed in 45 milliseconds