Home
last modified time | relevance | path

Searched refs:test_and_change_bit (Results 1 – 36 of 36) sorted by relevance

/linux-4.1.27/arch/hexagon/include/asm/
Dbitops.h95 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
132 test_and_change_bit(nr, addr); in change_bit()
156 test_and_change_bit(nr, addr); in __change_bit()
172 return test_and_change_bit(nr, addr); in __test_and_change_bit()
/linux-4.1.27/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
304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr)
/linux-4.1.27/arch/mn10300/lib/
Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-4.1.27/arch/arm64/include/asm/
Dbitops.h34 extern int test_and_change_bit(int nr, volatile unsigned long *p);
Dsync_bitops.h22 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
/linux-4.1.27/arch/sparc/include/asm/
Dbitops_64.h20 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
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.1.27/arch/mn10300/kernel/
Dmn10300_ksyms.c19 EXPORT_SYMBOL(test_and_change_bit);
/linux-4.1.27/arch/arm64/kernel/
Darm64ksyms.c63 EXPORT_SYMBOL(test_and_change_bit);
/linux-4.1.27/arch/sparc/lib/
Dbitops.S54 ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
73 ENDPROC(test_and_change_bit)
Dksyms.c124 EXPORT_SYMBOL(test_and_change_bit);
/linux-4.1.27/arch/frv/include/asm/
Dbitops.h125 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
145 test_and_change_bit(nr, addr); in change_bit()
/linux-4.1.27/arch/arm/include/asm/
Dbitops.h193 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/linux-4.1.27/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.1.27/arch/arm64/lib/
Dbitops.S67 testop test_and_change_bit, eor
/linux-4.1.27/arch/sh/include/asm/
Dbitops-llsc.h118 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
Dbitops-grb.h139 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-4.1.27/arch/metag/include/asm/
Dbitops.h90 static inline int test_and_change_bit(unsigned int bit, in test_and_change_bit() function
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/mn10300/include/asm/
Dbitops.h149 extern int test_and_change_bit(unsigned long nr, volatile void *addr);
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/powerpc/include/asm/
Dbitops.h151 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-4.1.27/arch/alpha/include/asm/
Dbitops.h244 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/linux-4.1.27/arch/s390/include/asm/
Dbitops.h205 test_and_change_bit(unsigned long nr, volatile unsigned long *ptr) in test_and_change_bit() function
/linux-4.1.27/arch/ia64/include/asm/
Dbitops.h299 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/linux-4.1.27/arch/mips/include/asm/
Dbitops.h411 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.c953 return test_and_change_bit(READ_BALANCE_RR, &device->flags); in remote_due_to_read_balancing()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h521 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags)
/linux-4.1.27/Documentation/
Datomic_ops.txt442 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
Dmemory-barriers.txt2389 test_and_change_bit();