Searched refs:new_lockword (Results 1 – 1 of 1) sorted by relevance
1254 uint32_t new_lockword; in mutex_trylock_adaptive() local1336 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_adaptive()1337 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_adaptive()1442 uint32_t new_lockword; in mutex_trylock_process() local1531 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_process()1532 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_process()