HomeSort by relevance Sort by last modified time
    Searched defs:test_and_set_bit (Results 1 - 4 of 4) sorted by null

  /external/kernel-headers/original/asm-generic/bitops/
atomic.h 121 * test_and_set_bit - Set a bit and return its old value
129 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) function
  /external/kernel-headers/original/asm-mips/
bitops.h 248 * test_and_set_bit - Set a bit and return its old value
255 static inline int test_and_set_bit(unsigned long nr, function
269 "1: " __LL "%0, %1 # test_and_set_bit \n"
286 "1: " __LL "%0, %1 # test_and_set_bit \n"
337 "1: " __LL "%0, %1 # test_and_set_bit \n"
354 "1: " __LL "%0, %1 # test_and_set_bit \n"
  /external/kernel-headers/original/asm-x86/
bitops_32.h 162 * test_and_set_bit - Set a bit and return its old value
170 static inline int test_and_set_bit(int nr, volatile unsigned long * addr) function
186 * This is the same as test_and_set_bit on x86.
190 return test_and_set_bit(nr, addr);
464 test_and_set_bit((nr),(unsigned long*)addr)
  /external/kernel-headers/original/asm-arm/
bitops.h 203 #define test_and_set_bit(nr,p) ATOMIC_BITOP_LE(test_and_set_bit,nr,p) macro
221 #define test_and_set_bit(nr,p) ATOMIC_BITOP_BE(test_and_set_bit,nr,p) macro
297 test_and_set_bit(WORD_BITOFF_TO_LE(nr), (unsigned long *)(p))

Completed in 258 milliseconds