Lines Matching +full:clear +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
4 * This file provides wrappers with sanitizer instrumentation for bit
8 * the below bit operations with an arch_ prefix (e.g. arch_set_bit(),
17 * clear_bit_unlock - Clear a bit in memory, for unlock
18 * @nr: the bit to set
30 * __clear_bit_unlock - Clears a bit in memory
31 * @nr: Bit to clear
34 * This is a non-atomic operation but implies a release barrier before the
45 * test_and_set_bit_lock - Set a bit and return its old value, for lock
46 * @nr: Bit to set
51 * It can be used to implement bit locks.
61 * clear_bit_unlock_is_negative_byte - Clear a bit in memory and test if bottom
63 * @nr: the bit to clear
68 * This is a bit of a one-trick-pony for the filemap code, which clears