Searched refs:ownerp (Results 1 – 1 of 1) sorted by relevance
1252 volatile uint64_t *ownerp = (volatile uint64_t *)&mp->mutex_owner; in mutex_trylock_adaptive() local1277 *ownerp = (uintptr_t)self; in mutex_trylock_adaptive()1305 *ownerp = (uintptr_t)self; in mutex_trylock_adaptive()1330 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL && in mutex_trylock_adaptive()1353 *ownerp = (uintptr_t)self; in mutex_trylock_adaptive()1366 *ownerp = 0; in mutex_trylock_adaptive()1404 volatile uint64_t *ownerp; in mutex_queuelock_adaptive() local1413 ownerp = (volatile uint64_t *)&mp->mutex_owner; in mutex_queuelock_adaptive()1418 if ((ulwp = (ulwp_t *)(uintptr_t)*ownerp) != NULL && in mutex_queuelock_adaptive()