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
31 * __clear_bit_unlock - Clears a bit in memory
32 * @nr: Bit to clear
35 * This is a non-atomic operation but implies a release barrier before the
47 * test_and_set_bit_lock - Set a bit and return its old value, for lock
48 * @nr: Bit to set
53 * It can be used to implement bit locks.
63 * clear_bit_unlock_is_negative_byte - Clear a bit in memory and test if bottom
65 * @nr: the bit to clear
70 * This is a bit of a one-trick-pony for the filemap code, which clears