Home
last modified time | relevance | path

Searched refs:__test_and_change_bit (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/asm-generic/bitops/
Dnon-atomic.h88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/Linux-v5.4/tools/include/asm-generic/bitops/
Dnon-atomic.h88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/Linux-v5.4/arch/hexagon/include/asm/
Dbitops.h156 static inline int __test_and_change_bit(int nr, volatile unsigned long *addr) in __test_and_change_bit() function
/Linux-v5.4/arch/sh/include/asm/
Dbitops-op32.h122 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/Linux-v5.4/include/asm-generic/
Dbitops-instrumented.h224 static inline bool __test_and_change_bit(long nr, volatile unsigned long *addr) in __test_and_change_bit() function
/Linux-v5.4/arch/alpha/include/asm/
Dbitops.h276 __test_and_change_bit(unsigned long nr, volatile void * addr) in __test_and_change_bit() function
/Linux-v5.4/arch/ia64/include/asm/
Dbitops.h324 __test_and_change_bit (int nr, void *addr) in __test_and_change_bit() function
/Linux-v5.4/arch/m68k/include/asm/
Dbitops.h304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr) macro
/Linux-v5.4/lib/
Dtest_kasan.c723 __test_and_change_bit(BITS_PER_LONG + BITS_PER_BYTE, bits); in kasan_bitops()
/Linux-v5.4/Documentation/core-api/
Datomic_ops.rst557 int __test_and_change_bit(unsigned long nr, volatile unsigned long *addr);