Lines Matching refs:tmp
16 unsigned long tmp; in set_bit() local
24 : "=&r"(tmp) in set_bit()
33 unsigned long tmp; in clear_bit() local
41 : "=&r"(tmp) in clear_bit()
50 unsigned long tmp; in change_bit() local
58 : "=&r"(tmp) in change_bit()
68 unsigned long tmp; in test_and_set_bit() local
76 : "=&r"(old), "=&r"(tmp) in test_and_set_bit()
88 unsigned long tmp; in test_and_clear_bit() local
96 : "=&r"(old), "=&r"(tmp) in test_and_clear_bit()
108 unsigned long tmp; in test_and_change_bit() local
116 : "=&r"(old), "=&r"(tmp) in test_and_change_bit()