Lines Matching refs:tmp
32 unsigned long tmp; in set_bit() local
41 : "=&r"(tmp), "=o"(*p) in set_bit()
52 : "=&r"(tmp), "=o"(*p) in set_bit()
71 unsigned long tmp; in clear_bit() local
80 : "=&r"(tmp), "=o"(*p) in clear_bit()
91 : "=&r"(tmp), "=o"(*p) in clear_bit()
110 unsigned long tmp; in change_bit() local
118 : "=&r"(tmp), "=o"(*p) in change_bit()
135 unsigned long tmp, old; in test_and_set_bit() local
145 : "=&r"(tmp), "=o"(*p), "=&r"(old) in test_and_set_bit()
155 : "=&r"(tmp), "=o"(*p), "=&r"(old) in test_and_set_bit()
175 unsigned long tmp, old; in test_and_clear_bit() local
185 : "=&r"(tmp), "=o"(*p), "=&r"(old) in test_and_clear_bit()
196 : "=&r"(tmp), "=o"(*p), "=&r"(old) in test_and_clear_bit()
216 unsigned long tmp, old; in test_and_change_bit() local
224 : "=&r"(tmp), "=o"(*p), "=&r"(old) in test_and_change_bit()