Lines Matching refs:orig
184 unsigned long res, orig; in test_and_set_bit_lock() local
189 orig = __test_bit_op(*m, "%0", in test_and_set_bit_lock()
192 res = (orig & BIT(bit)) != 0; in test_and_set_bit_lock()
228 unsigned long res, orig; in test_and_clear_bit() local
240 orig = __test_bit_op(*m, "%0", in test_and_clear_bit()
244 res = (orig & BIT(bit)) != 0; in test_and_clear_bit()
265 unsigned long res, orig; in test_and_change_bit() local
272 orig = __test_bit_op(*m, "%0", in test_and_change_bit()
275 res = (orig & BIT(bit)) != 0; in test_and_change_bit()
286 unsigned long orig; in xor_unlock_is_negative_byte() local
294 orig = __test_bit_op(*p, "%0", in xor_unlock_is_negative_byte()
297 res = (orig & BIT(7)) != 0; in xor_unlock_is_negative_byte()