Searched refs:__test_and_change_bit (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/asm-generic/bitops/ |
D | non-atomic.h | 88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | bitops.h | 170 static inline int __test_and_change_bit(int nr, volatile unsigned long *addr) in __test_and_change_bit() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | bitops-op32.h | 122 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | bitops.h | 299 static __always_inline bool __test_and_change_bit(long nr, volatile unsigned long *addr) in __test_and_change_bit() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | bitops.h | 276 __test_and_change_bit(unsigned long nr, volatile void * addr) in __test_and_change_bit() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | bitops.h | 199 __test_and_change_bit(unsigned long nr, volatile unsigned long *ptr) in __test_and_change_bit() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | bitops.h | 324 __test_and_change_bit (int nr, void *addr) in __test_and_change_bit() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | bitops.h | 304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr) macro
|
/Linux-v4.19/Documentation/core-api/ |
D | atomic_ops.rst | 557 int __test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
|