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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h108 extern lck_mtx_t mod_lock;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c290 * There are two other locks in the mix: mod_lock and cpu_lock. With respect
295 * mod_lock is similar with respect to dtrace_provider_lock in that it must be
8140 lck_mtx_lock(&mod_lock);
8154 lck_mtx_unlock(&mod_lock);
8178 lck_mtx_unlock(&mod_lock);
8251 lck_mtx_unlock(&mod_lock);
8594 * mod_lock to prevent the list from being modified. Note
8596 * (mod_busy can only be changed with mod_lock held.)
8598 lck_mtx_lock(&mod_lock);
8617 lck_mtx_unlock(&mod_lock);
[all...]
H A Dsdt.c654 lck_mtx_assert(&mod_lock, LCK_MTX_ASSERT_OWNED);
H A Ddtrace_glue.c228 lck_mtx_t mod_lock; variable
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c1571 lck_mtx_assert(&mod_lock, LCK_MTX_ASSERT_OWNED);

Completed in 37 milliseconds