Searched defs:__test_and_clear_bit (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | instrumented-non-atomic.h | 107 static inline bool __test_and_clear_bit(long nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| D | non-atomic.h | 77 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
| D | non-atomic.h | 77 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| D | bitops-op32.h | 109 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | bitops.h | 40 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | bitops.h | 146 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bitops.h | 59 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | bitops.h | 281 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | bitops.h | 234 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | bitops.h | 254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro
|