MUTEX_CAS
#ifndef MUTEX_CAS
rv = MUTEX_CAS(&mtx->mtx_owner, oldown, newown);
rv = MUTEX_CAS(&mtx->mtx_owner, owner, owner | MUTEX_BIT_WAITERS);