• Home
  • Engineering
  • Training
  • Docs
  • Community
  • Company
  • twitter
  • mastodon
  • linkedin
  • github

Bootlin logo

Elixir Cross Referencer

Open Menu / include / asm-generic / bitops / non-instrumented-non-atomic.h

Projects

  • linux

Versions

  • FIXME
    • FIXME
      • next-20260811
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H
#define __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H

#define ___set_bit		arch___set_bit
#define ___clear_bit		arch___clear_bit
#define ___change_bit		arch___change_bit

#define ___test_and_set_bit	arch___test_and_set_bit
#define ___test_and_clear_bit	arch___test_and_clear_bit
#define ___test_and_change_bit	arch___test_and_change_bit

#define _test_bit		arch_test_bit
#define _test_bit_acquire	arch_test_bit_acquire

#endif /* __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_NON_ATOMIC_H */
linux next-20260811 Download file Top powered by Elixir a26ba81