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

/freebsd-11-stable/sys/kern/
H A Dkern_clocksource.c70 static struct mtx et_hw_mtx; variable in typeref:struct:mtx
75 mtx_lock_spin(&(state)->et_hw_mtx); \
77 mtx_lock_spin(&et_hw_mtx); \
83 mtx_unlock_spin(&(state)->et_hw_mtx); \
85 mtx_unlock_spin(&et_hw_mtx); \
112 struct mtx et_hw_mtx; /* Per-CPU timer mutex. */ member in struct:pcpu_state
596 mtx_init(&et_hw_mtx, "et_hw_mtx", NULL, MTX_SPIN);
599 mtx_init(&state->et_hw_mtx, "et_hw_mtx", NUL
[all...]

Completed in 92 milliseconds