Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/lib/
Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-4.4.14/arch/tile/include/asm/
Dbitops_32.h115 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
Dbitops_64.h79 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
/linux-4.4.14/arch/sparc/include/asm/
Dbitops_32.h71 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-4.4.14/arch/metag/include/asm/
Dbitops.h90 static inline int test_and_change_bit(unsigned int bit, in test_and_change_bit() function
/linux-4.4.14/arch/blackfin/include/asm/
Dbitops.h94 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-4.4.14/arch/sh/include/asm/
Dbitops-grb.h139 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
Dbitops-llsc.h118 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-4.4.14/arch/m68k/include/asm/
Dbitops.h295 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro
297 #define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr) macro
299 #define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
/linux-4.4.14/arch/m32r/include/asm/
Dbitops.h222 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-4.4.14/arch/parisc/include/asm/
Dbitops.h98 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/linux-4.4.14/arch/xtensa/include/asm/
Dbitops.h200 test_and_change_bit(unsigned int bit, volatile unsigned long *p) in test_and_change_bit() function
/linux-4.4.14/include/asm-generic/bitops/
Datomic.h174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-4.4.14/arch/avr32/include/asm/
Dbitops.h212 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-4.4.14/arch/hexagon/include/asm/
Dbitops.h95 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-4.4.14/arch/powerpc/include/asm/
Dbitops.h151 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-4.4.14/arch/mips/include/asm/
Dbitops.h411 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-4.4.14/arch/x86/include/asm/
Dbitops.h303 static inline int test_and_change_bit(long nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-4.4.14/arch/frv/include/asm/
Dbitops.h46 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-4.4.14/arch/arm/include/asm/
Dbitops.h193 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/linux-4.4.14/arch/alpha/include/asm/
Dbitops.h244 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h299 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/linux-4.4.14/arch/s390/include/asm/
Dbitops.h199 test_and_change_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_change_bit() function