Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_ldsem.c47 #define LDSEM_WRITE_BIAS (LDSEM_WAIT_BIAS + LDSEM_ACTIVE_BIAS) macro
321 count = atomic_long_add_return(LDSEM_WRITE_BIAS, &sem->count); in __ldsem_down_write_nested()
377 if (atomic_long_try_cmpxchg(&sem->count, &count, count + LDSEM_WRITE_BIAS)) { in ldsem_down_write_trylock()
409 count = atomic_long_add_return(-LDSEM_WRITE_BIAS, &sem->count); in ldsem_up_write()

Completed in 3 milliseconds