Searched defs:__test_and_change_bit (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/arch/sh/include/asm/ |
| H A D | bitops-op32.h | 120 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
| /kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
| H A D | non-atomic.h | 88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| H A D | instrumented-non-atomic.h | 121 static inline bool __test_and_change_bit(long nr, volatile unsigned long *addr) in __test_and_change_bit() function
|
| H A D | non-atomic.h | 88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| H A D | bitops.h | 156 static inline int __test_and_change_bit(int nr, volatile unsigned long *addr) in __test_and_change_bit() function
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | bitops.h | 41 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| H A D | bitops.h | 324 __test_and_change_bit (int nr, void *addr) in __test_and_change_bit() function
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | bitops.h | 304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr) macro
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| H A D | bitops.h | 276 __test_and_change_bit(unsigned long nr, volatile void * addr) in __test_and_change_bit() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bitops.h | 60 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro 81 __check_bitop_pr(__test_and_change_bit); variable
|
Completed in 5 milliseconds