Searched refs:test_and_change_bit (Results 1 - 37 of 37) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
H A Dbitops-llsc.h118 static inline int test_and_change_bit(int nr, volatile void *addr) test_and_change_bit() function
129 "movli.l @%2, %0 ! test_and_change_bit \n\t" test_and_change_bit()
H A Dbitops-grb.h139 static inline int test_and_change_bit(int nr, volatile void * addr) test_and_change_bit() function
/linux-4.4.14/arch/mn10300/kernel/
H A Dmn10300_ksyms.c19 EXPORT_SYMBOL(test_and_change_bit); variable
/linux-4.4.14/arch/mn10300/lib/
H A Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) test_and_change_bit() function
/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h22 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
H A Dbitops.h34 extern int test_and_change_bit(int nr, volatile unsigned long *p);
/linux-4.4.14/arch/hexagon/include/asm/
H A Dbitops.h91 * test_and_change_bit - toggle a bit and return its old value
95 static inline int test_and_change_bit(int nr, volatile void *addr) test_and_change_bit() function
132 test_and_change_bit(nr, addr); change_bit()
156 test_and_change_bit(nr, addr); __change_bit()
172 return test_and_change_bit(nr, addr); __test_and_change_bit()
/linux-4.4.14/arch/sparc/include/asm/
H A Dbitops_64.h20 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
H A Dbitops_32.h71 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) test_and_change_bit() function
/linux-4.4.14/arch/arm64/kernel/
H A Darm64ksyms.c66 EXPORT_SYMBOL(test_and_change_bit); variable
/linux-4.4.14/arch/tile/include/asm/
H A Dbitops_32.h108 * test_and_change_bit - Change a bit and return its old value
115 static inline int test_and_change_bit(unsigned nr, test_and_change_bit() function
H A Dbitops_64.h79 static inline int test_and_change_bit(unsigned nr, test_and_change_bit() function
/linux-4.4.14/arch/m68k/include/asm/
H A 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.4.14/arch/metag/include/asm/
H A Dbitops.h90 static inline int test_and_change_bit(unsigned int bit, test_and_change_bit() function
/linux-4.4.14/arch/arm64/lib/
H A Dbitops.S74 testop test_and_change_bit, eor, ldeoral
/linux-4.4.14/arch/sparc/lib/
H A Dksyms.c127 EXPORT_SYMBOL(test_and_change_bit); variable
/linux-4.4.14/arch/mips/include/asm/
H A Dbitops.h404 * test_and_change_bit - Change a bit and return its old value
411 static inline int test_and_change_bit(unsigned long nr, test_and_change_bit() function
425 "1: " __LL "%0, %1 # test_and_change_bit \n" test_and_change_bit()
441 " " __LL "%0, %1 # test_and_change_bit \n" test_and_change_bit()
/linux-4.4.14/arch/h8300/include/asm/
H A Dbitops.h153 H8300_GEN_TEST_BITOP(test_and_change_bit, "bnot")
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbitops.h94 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) test_and_change_bit() function
/linux-4.4.14/include/asm-generic/bitops/
H A Datomic.h167 * test_and_change_bit - Change a bit and return its old value
174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) test_and_change_bit() function
/linux-4.4.14/arch/frv/include/asm/
H A Dbitops.h46 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) test_and_change_bit() function
66 test_and_change_bit(nr, addr); change_bit()
/linux-4.4.14/arch/m32r/include/asm/
H A Dbitops.h215 * test_and_change_bit - Change a bit and return its old value
222 static __inline__ int test_and_change_bit(int nr, volatile void * addr) test_and_change_bit() function
/linux-4.4.14/arch/avr32/include/asm/
H A Dbitops.h205 * test_and_change_bit - Change a bit and return its old value
212 static inline int test_and_change_bit(int nr, volatile void * addr) test_and_change_bit() function
/linux-4.4.14/arch/arm/include/asm/
H A Dbitops.h193 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/linux-4.4.14/arch/xtensa/include/asm/
H A Dbitops.h200 test_and_change_bit(unsigned int bit, volatile unsigned long *p) test_and_change_bit() function
/linux-4.4.14/arch/mips/lib/
H A Dbitops.c159 * called by test_and_change_bit() if it cannot find a faster solution.
/linux-4.4.14/arch/mn10300/include/asm/
H A Dbitops.h149 extern int test_and_change_bit(unsigned long nr, volatile void *addr);
/linux-4.4.14/arch/x86/include/asm/
H A Dbitops.h296 * test_and_change_bit - Change a bit and return its old value
303 static inline int test_and_change_bit(long nr, volatile unsigned long *addr) test_and_change_bit() function
/linux-4.4.14/arch/ia64/include/asm/
H A Dbitops.h291 * test_and_change_bit - Change a bit and return its old value
299 test_and_change_bit (int nr, volatile void *addr) test_and_change_bit() function
/linux-4.4.14/arch/alpha/include/asm/
H A Dbitops.h244 test_and_change_bit(unsigned long nr, volatile void * addr) test_and_change_bit() function
/linux-4.4.14/arch/arc/include/asm/
H A Dbitops.h175 /* test_and_set_bit(), test_and_clear_bit(), test_and_change_bit() */\
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbitops.h151 static __inline__ int test_and_change_bit(unsigned long nr, test_and_change_bit() function
/linux-4.4.14/arch/parisc/include/asm/
H A Dbitops.h98 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) test_and_change_bit() function
/linux-4.4.14/arch/s390/include/asm/
H A Dbitops.h199 test_and_change_bit(unsigned long nr, volatile unsigned long *ptr) test_and_change_bit() function
/linux-4.4.14/include/linux/
H A Dbitmap.h73 * test_and_change_bit(bit, addr) Change bit and return old value
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h536 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags)
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_req.c954 return test_and_change_bit(READ_BALANCE_RR, &device->flags); remote_due_to_read_balancing()

Completed in 656 milliseconds