/openbmc/linux/include/asm-generic/bitops/ |
H A D | instrumented-atomic.h | 82 static __always_inline bool test_and_clear_bit(long nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | atomic.h | 79 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | atomic-gcc.h | 84 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | bitops_32.h | 52 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 254 #define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr) macro 256 #define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr) macro 258 #define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | bitops-llsc.h | 93 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
H A D | bitops-grb.h | 106 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
H A D | bitops-cas.h | 64 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/openrisc/include/asm/bitops/ |
H A D | atomic.h | 83 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | bitops.h | 72 static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | atomic.h | 151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | bitops.h | 74 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 83 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | bitops.h | 31 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | bitops.h | 222 static inline int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | bitops.h | 83 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 76 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 221 test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function 474 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | bitops.h | 195 #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bitops.h | 167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | bitops.h | 255 test_and_clear_bit (int nr, volatile void *addr) in test_and_clear_bit() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 201 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | bitops.h | 101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 116 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | bitops.h | 133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
|