Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4563243edeeb3dc17355a80ec16bbfdc675702cb 17 lines 588 B view raw
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 */