Lines Matching refs:temp
31 unsigned long temp; in set_bit() local
42 :"=&r" (temp), "=m" (*m) in set_bit()
60 unsigned long temp; in clear_bit() local
71 :"=&r" (temp), "=m" (*m) in clear_bit()
103 unsigned long temp; in change_bit() local
114 :"=&r" (temp), "=m" (*m) in change_bit()
133 unsigned long temp; in test_and_set_bit() local
153 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_set_bit()
163 unsigned long temp; in test_and_set_bit_lock() local
180 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_set_bit_lock()
204 unsigned long temp; in test_and_clear_bit() local
224 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_clear_bit()
248 unsigned long temp; in test_and_change_bit() local
266 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_change_bit()