Searched refs:test_and_clear_bit (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-generic/bitops/
H A Dle.h17 #define generic_test_and_clear_le_bit(nr, addr) test_and_clear_bit(nr, addr)
36 test_and_clear_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
H A Datomic.h145 * 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/linux/
H A Dthread_info.h47 return test_and_clear_bit(flag,&ti->flags);
H A Dnetdevice.h645 if (test_and_clear_bit(__LINK_STATE_XOFF, &dev->state))
756 if (test_and_clear_bit(__LINK_STATE_DORMANT, &dev->state))
/external/kernel-headers/original/asm-arm/
H A Dbitops.h204 #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))
/external/kernel-headers/original/asm-x86/
H A Dbitops_32.h214 * 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)
H A Dpgtable_32.h293 __ret = test_and_clear_bit(_PAGE_BIT_ACCESSED, \
/external/kernel-headers/original/linux/sunrpc/
H A Dxprt.h295 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state);
/external/kernel-headers/original/asm-mips/
H A Dbitops.h385 * 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/e2fsprogs/e2fsck/
H A Drevoke.c390 need_cancel = (test_and_clear_bit(BH_Revoked, &bh->b_state));

Completed in 201 milliseconds