Lines Matching refs:value
105 unsigned long tmp, value; in set_bit() local
116 : "=&a" (tmp), "=&a" (value) in set_bit()
123 unsigned long tmp, value; in clear_bit() local
134 : "=&a" (tmp), "=&a" (value) in clear_bit()
141 unsigned long tmp, value; in change_bit() local
152 : "=&a" (tmp), "=&a" (value) in change_bit()
160 unsigned long tmp, value; in test_and_set_bit() local
171 : "=&a" (tmp), "=&a" (value) in test_and_set_bit()
181 unsigned long tmp, value; in test_and_clear_bit() local
192 : "=&a" (tmp), "=&a" (value) in test_and_clear_bit()
202 unsigned long tmp, value; in test_and_change_bit() local
213 : "=&a" (tmp), "=&a" (value) in test_and_change_bit()