Lines Matching refs:tmp
8 unsigned long tmp; in set_bit() local
22 : "=&r" (tmp), in set_bit()
32 unsigned long tmp; in clear_bit() local
45 : "=&r" (tmp), in clear_bit()
55 unsigned long tmp; in change_bit() local
68 : "=&r" (tmp), in change_bit()
78 unsigned long tmp; in test_and_set_bit() local
96 : "=&r" (tmp), in test_and_set_bit()
109 unsigned long tmp; in test_and_clear_bit() local
129 : "=&r" (tmp), in test_and_clear_bit()
143 unsigned long tmp; in test_and_change_bit() local
161 : "=&r" (tmp), in test_and_change_bit()