Searched refs:LDSEM_WRITE_BIAS (Results 1 – 1 of 1) sorted by relevance
70 #define LDSEM_WRITE_BIAS (LDSEM_WAIT_BIAS + LDSEM_ACTIVE_BIAS) macro347 count = ldsem_atomic_update(LDSEM_WRITE_BIAS, sem); in __ldsem_down_write_nested()403 if (ldsem_cmpxchg(&count, count + LDSEM_WRITE_BIAS, sem)) { in ldsem_down_write_trylock()435 count = ldsem_atomic_update(-LDSEM_WRITE_BIAS, sem); in ldsem_up_write()