Lines Matching refs:temp
30 unsigned long temp; in set_bit() local
41 :"=&r" (temp), "=m" (*m) in set_bit()
59 unsigned long temp; in clear_bit() local
70 :"=&r" (temp), "=m" (*m) in clear_bit()
102 unsigned long temp; in change_bit() local
113 :"=&r" (temp), "=m" (*m) in change_bit()
132 unsigned long temp; in test_and_set_bit() local
152 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_set_bit()
162 unsigned long temp; in test_and_set_bit_lock() local
179 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_set_bit_lock()
203 unsigned long temp; in test_and_clear_bit() local
223 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_clear_bit()
247 unsigned long temp; in test_and_change_bit() local
265 :"=&r" (temp), "=m" (*m), "=&r" (oldbit) in test_and_change_bit()