Lines Matching refs:temp
31 long temp; in __down_read() local
41 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp) in __down_read()
73 long temp; in __down_write() local
83 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp) in __down_write()
109 long temp; in __up_read() local
119 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp) in __up_read()
134 long temp; in __up_write() local
145 :"=&r" (count), "=m" (sem->count), "=&r" (temp) in __up_write()
163 long temp; in __downgrade_write() local
173 :"=&r" (oldcount), "=m" (sem->count), "=&r" (temp) in __downgrade_write()
185 long temp; in rwsem_atomic_add()
194 :"=&r" (temp), "=m" (sem->count) in rwsem_atomic_add()
205 long ret, temp; in rwsem_atomic_update()
215 :"=&r" (ret), "=m" (sem->count), "=&r" (temp) in rwsem_atomic_update()