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

/freebsd-current/sys/kern/
H A Dsched_ule.c315 #define TDQ_LOCK_ASSERT(t, type) mtx_assert(TDQ_LOCKPTR((t)), (type))
316 #define TDQ_LOCK(t) mtx_lock_spin(TDQ_LOCKPTR((t)))
317 #define TDQ_LOCK_FLAGS(t, f) mtx_lock_spin_flags(TDQ_LOCKPTR((t)), (f))
318 #define TDQ_TRYLOCK(t) mtx_trylock_spin(TDQ_LOCKPTR((t)))
319 #define TDQ_TRYLOCK_FLAGS(t, f) mtx_trylock_spin_flags(TDQ_LOCKPTR((t)), (f))
320 #define TDQ_UNLOCK(t) mtx_unlock_spin(TDQ_LOCKPTR((t)))
321 #define TDQ_LOCKPTR(t) ((struct mtx *)(&(t)->tdq_lock)) macro
422 printf("\tlock %p\n", TDQ_LOCKPTR(tdq));
872 if (td->td_lock == TDQ_LOCKPTR(tdq) &&
1012 THREAD_LOCKPTR_ASSERT(td, TDQ_LOCKPTR(fro
[all...]

Completed in 69 milliseconds