mtx_trylock_spin
return (mtx_trylock_spin((struct mtx *)lock));
if (mtx_trylock_spin(&tc_setclock_mtx)) {
#define TDQ_TRYLOCK(t) mtx_trylock_spin(TDQ_LOCKPTR((t)))