Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dbitops_32.h99 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr) in test_and_clear_bit() function
Dbitops_64.h67 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/sparc/include/asm/
Dbitops_32.h51 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/metag/include/asm/
Dbitops.h70 static inline int test_and_clear_bit(unsigned int bit, in test_and_clear_bit() function
/linux-4.1.27/arch/blackfin/include/asm/
Dbitops.h88 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/sh/include/asm/
Dbitops-llsc.h92 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
Dbitops-grb.h105 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-4.1.27/arch/m68k/include/asm/
Dbitops.h245 #define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr) macro
247 #define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr) macro
249 #define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
/linux-4.1.27/arch/m32r/include/asm/
Dbitops.h185 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-4.1.27/arch/parisc/include/asm/
Dbitops.h80 static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr) in test_and_clear_bit() function
/linux-4.1.27/arch/xtensa/include/asm/
Dbitops.h179 test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in test_and_clear_bit() function
/linux-4.1.27/include/asm-generic/bitops/
Datomic.h151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/avr32/include/asm/
Dbitops.h171 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-4.1.27/arch/mn10300/include/asm/
Dbitops.h131 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr)) macro
/linux-4.1.27/arch/hexagon/include/asm/
Dbitops.h45 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/powerpc/include/asm/
Dbitops.h145 static __inline__ int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-4.1.27/arch/mips/include/asm/
Dbitops.h337 static inline int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-4.1.27/arch/x86/include/asm/
Dbitops.h250 static inline int test_and_clear_bit(long nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/arm/include/asm/
Dbitops.h192 #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) macro
/linux-4.1.27/arch/alpha/include/asm/
Dbitops.h200 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit() function
/linux-4.1.27/arch/ia64/include/asm/
Dbitops.h254 test_and_clear_bit (int nr, volatile void *addr) in test_and_clear_bit() function
/linux-4.1.27/arch/s390/include/asm/
Dbitops.h194 test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_clear_bit() function
/linux-4.1.27/arch/frv/include/asm/
Dbitops.h109 static inline int test_and_clear_bit(unsigned long nr, volatile void *addr) in test_and_clear_bit() function