Searched defs:test_and_change_bit (Results 1 – 12 of 12) sorted by relevance
/linux/include/asm-generic/bitops/ |
H A D | instrumented-atomic.h | 96 static __always_inline bool test_and_change_bit(long nr, volatile unsigned long *addr) in test_and_change_bit() function
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 307 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro 309 #define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr) macro 311 #define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
|
/linux/arch/sparc/include/asm/ |
H A D | bitops_32.h | 72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
|
/linux/arch/sh/include/asm/ |
H A D | bitops-cas.h | 78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
|
H A D | bitops-grb.h | 140 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
|
H A D | bitops-llsc.h | 119 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
|
/linux/arch/openrisc/include/asm/bitops/ |
H A D | atomic.h | 103 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
|
/linux/arch/parisc/include/asm/ |
H A D | bitops.h | 90 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
|
/linux/arch/hexagon/include/asm/ |
H A D | bitops.h | 81 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
|
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 260 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
|
/linux/arch/arm/include/asm/ |
H A D | bitops.h | 196 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 245 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
|