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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c169 static struct mtx fasttrap_cleanup_mtx; variable in typeref:struct:mtx
472 mtx_lock(&fasttrap_cleanup_mtx);
475 mtx_unlock(&fasttrap_cleanup_mtx);
544 mtx_lock(&fasttrap_cleanup_mtx);
555 mtx_unlock(&fasttrap_cleanup_mtx);
557 mtx_lock(&fasttrap_cleanup_mtx);
559 mtx_sleep(&fasttrap_cleanup_cv, &fasttrap_cleanup_mtx,
567 mtx_unlock(&fasttrap_cleanup_mtx);
579 mtx_lock(&fasttrap_cleanup_mtx);
584 mtx_unlock(&fasttrap_cleanup_mtx);
[all...]

Completed in 107 milliseconds