Searched defs:__set_bit (Results 1 - 10 of 10) sorted by relevance

/arch/sh/include/asm/
H A Dbitops-op32.h20 static inline void __set_bit(int nr, volatile unsigned long *addr) function
24 "bset.b %1, @(%O2,%0) ! __set_bit\n\t"
/arch/hexagon/include/asm/
H A Dbitops.h149 static inline void __set_bit(int nr, volatile unsigned long *addr) function
/arch/mn10300/include/asm/
H A Dbitops.h26 #define __set_bit(nr, addr) \ macro
38 #define set_bit(nr, addr) __set_bit((nr), (addr))
/arch/arc/include/asm/
H A Dbitops.h292 static inline void __set_bit(unsigned long nr, volatile unsigned long *m) function
/arch/ia64/include/asm/
H A Dbitops.h26 * This function is atomic and may not be reordered. See __set_bit()
55 * __set_bit - Set a bit in memory
64 __set_bit (int nr, volatile void *addr) function
/arch/x86/include/asm/
H A Dbitops.h61 * This function is atomic and may not be reordered. See __set_bit()
86 * __set_bit - Set a bit in memory
94 static inline void __set_bit(long nr, volatile unsigned long *addr) function
/arch/alpha/include/asm/
H A Dbitops.h49 __set_bit(unsigned long nr, volatile void * addr) function
/arch/frv/include/asm/
H A Dbitops.h158 static inline void __set_bit(unsigned long nr, volatile void *addr) function
/arch/m68k/include/asm/
H A Dbitops.h68 #define __set_bit(nr, vaddr) set_bit(nr, vaddr) macro
/arch/s390/include/asm/
H A Dbitops.h243 static inline void __set_bit(unsigned long nr, volatile unsigned long *ptr) function
330 return __set_bit(nr ^ (BITS_PER_LONG - 1), ptr);

Completed in 594 milliseconds