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

  /external/linux-tools-perf/util/include/linux/
bitops.h 28 static inline void clear_bit(int nr, unsigned long *addr) function
  /external/kernel-headers/original/asm-generic/bitops/
atomic.h 79 * clear_bit - Clears a bit in memory
83 * clear_bit() is atomic and may not be reordered. However, it does
88 static inline void clear_bit(int nr, volatile unsigned long *addr) function
  /external/kernel-headers/original/asm-mips/
bitops.h 43 * clear_bit() doesn't provide any barrier for the compiler.
114 * clear_bit - Clears a bit in memory
118 * clear_bit() is atomic and may not be reordered. However, it does
123 static inline void clear_bit(unsigned long nr, volatile unsigned long *addr) function
132 "1: " __LL "%0, %1 # clear_bit \n"
142 "1: " __LL "%0, %1 # clear_bit \n"
155 "1: " __LL "%0, %1 # clear_bit \n"
183 * clear_bit() is atomic and implies release semantics before the memory
189 clear_bit(nr, addr);
  /external/kernel-headers/original/asm-x86/
bitops_32.h 66 * clear_bit - Clears a bit in memory
70 * clear_bit() is atomic and may not be reordered. However, it does
75 static inline void clear_bit(int nr, volatile unsigned long * addr) function
88 * clear_bit() is atomic and implies release semantics before the memory
94 clear_bit(nr, addr);
  /external/kernel-headers/original/asm-arm/
bitops.h 201 #define clear_bit(nr,p) ATOMIC_BITOP_LE(clear_bit,nr,p) macro
219 #define clear_bit(nr,p) ATOMIC_BITOP_BE(clear_bit,nr,p) macro

Completed in 168 milliseconds