Home
last modified time | relevance | path

Searched defs:test_and_clear_bit (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/include/asm-generic/bitops/
H A Dinstrumented-atomic.h82 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 Datomic.h79 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 Datomic-gcc.h84 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 Dbitops_32.h52 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 Dbitops.h254 #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 Dbitops-llsc.h93 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
H A Dbitops-grb.h106 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
H A Dbitops-cas.h64 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 Datomic.h83 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 Dbitops.h72 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 Datomic.h151 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 Dbitops.h74 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 Dbitops.h83 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 Dbitops.h31 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 Dbitops.h222 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 Dbitops.h83 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 Dbitops.h76 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 Dbitops.h221 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 Dbitops.h195 #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 Dbitops.h167 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 Dbitops.h255 test_and_clear_bit (int nr, volatile void *addr) in test_and_clear_bit() function
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h201 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 Dbitops.h101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/openbmc/qemu/include/qemu/
H A Dbitops.h116 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 Dbitops.h133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function