Warning: That file was not part of the compilation database. It may have many parsing errors.

1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H
4#define __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H
5
6#define ___set_bit arch___set_bit
7#define ___clear_bit arch___clear_bit
8#define ___change_bit arch___change_bit
9
10#define ___test_and_set_bit arch___test_and_set_bit
11#define ___test_and_clear_bit arch___test_and_clear_bit
12#define ___test_and_change_bit arch___test_and_change_bit
13
14#define _test_bit arch_test_bit
15#define _test_bit_acquire arch_test_bit_acquire
16
17#endif /* __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H */
18

Warning: That file was not part of the compilation database. It may have many parsing errors.

source code of linux/include/asm-generic/bitops/non-instrumented-non-atomic.h