Searched refs:__test_and_change_bit (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/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-v5.4/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-v5.4/arch/hexagon/include/asm/ | 
| D | bitops.h | 156 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/ | 
| D | bitops-op32.h | 122 static inline int __test_and_change_bit(int nr,  in __test_and_change_bit()  function
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | bitops-instrumented.h | 224 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/ | 
| D | bitops.h | 276 __test_and_change_bit(unsigned long nr, volatile void * addr)  in __test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | bitops.h | 324 __test_and_change_bit (int nr, void *addr)  in __test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | bitops.h | 304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr)  macro
 | 
| /Linux-v5.4/lib/ | 
| D | test_kasan.c | 723 	__test_and_change_bit(BITS_PER_LONG + BITS_PER_BYTE, bits);  in kasan_bitops()
 | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | atomic_ops.rst | 557 	int __test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
 |