Searched refs:new_lockword (Results 1 – 1 of 1) sorted by relevance
1253 uint32_t new_lockword; in mutex_trylock_adaptive() local1335 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_adaptive()1336 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_adaptive()1441 uint32_t new_lockword; in mutex_trylock_process() local1530 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_process()1531 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_process()