/external/kernel-headers/original/asm-generic/bitops/ |
atomic.h | 145 * test_and_clear_bit - Clear a bit and return its old value 153 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) function
|
/external/kernel-headers/original/asm-mips/ |
bitops.h | 385 * test_and_clear_bit - Clear a bit and return its old value 392 static inline int test_and_clear_bit(unsigned long nr, function 406 "1: " __LL "%0, %1 # test_and_clear_bit \n" 422 "1: " __LL "%0, %1 # test_and_clear_bit \n" 442 "1: " __LL "%0, %1 # test_and_clear_bit \n"
|
/external/kernel-headers/original/asm-x86/ |
bitops_32.h | 214 * test_and_clear_bit - Clear a bit and return its old value 222 static inline int test_and_clear_bit(int nr, volatile unsigned long * addr) function 466 test_and_clear_bit((nr),(unsigned long*)addr)
|
/external/kernel-headers/original/asm-arm/ |
bitops.h | 204 #define test_and_clear_bit(nr,p) ATOMIC_BITOP_LE(test_and_clear_bit,nr,p) macro 222 #define test_and_clear_bit(nr,p) ATOMIC_BITOP_BE(test_and_clear_bit,nr,p) macro 301 test_and_clear_bit(WORD_BITOFF_TO_LE(nr), (unsigned long *)(p))
|