Lines Matching refs:tmp
9 unsigned long tmp; in set_bit() local
23 : "=&r" (tmp), in set_bit()
33 unsigned long tmp; in clear_bit() local
46 : "=&r" (tmp), in clear_bit()
56 unsigned long tmp; in change_bit() local
69 : "=&r" (tmp), in change_bit()
79 unsigned long tmp; in test_and_set_bit() local
97 : "=&r" (tmp), in test_and_set_bit()
110 unsigned long tmp; in test_and_clear_bit() local
130 : "=&r" (tmp), in test_and_clear_bit()
144 unsigned long tmp; in test_and_change_bit() local
162 : "=&r" (tmp), in test_and_change_bit()