Home
last modified time | relevance | path

Searched refs:LDSEM_WRITE_BIAS (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/
Dtty_ldsem.c70 #define LDSEM_WRITE_BIAS (LDSEM_WAIT_BIAS + LDSEM_ACTIVE_BIAS) macro
347 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()