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

/freebsd-13-stable/sys/dev/wtap/
H A Dif_medium.c42 mtx_init(&md->md_mtx, "wtap_medium mtx", NULL, MTX_DEF | MTX_RECURSE);
68 mtx_lock(&md->md_mtx);
72 mtx_unlock(&md->md_mtx);
84 mtx_unlock(&md->md_mtx);
94 mtx_lock(&md->md_mtx);
97 mtx_unlock(&md->md_mtx);
102 mtx_unlock(&md->md_mtx);
110 mtx_lock(&md->md_mtx);
112 mtx_unlock(&md->md_mtx);
119 mtx_lock(&md->md_mtx);
[all...]
H A Dif_medium.h51 struct mtx md_mtx; member in struct:wtap_medium

Completed in 103 milliseconds