LDSEM_WRITE_BIAS  321 drivers/tty/tty_ldsem.c 	count = atomic_long_add_return(LDSEM_WRITE_BIAS, &sem->count);
LDSEM_WRITE_BIAS  377 drivers/tty/tty_ldsem.c 		if (atomic_long_try_cmpxchg(&sem->count, &count, count + LDSEM_WRITE_BIAS)) {
LDSEM_WRITE_BIAS  409 drivers/tty/tty_ldsem.c 	count = atomic_long_add_return(-LDSEM_WRITE_BIAS, &sem->count);