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

/arch/h8300/include/asm/
H A Dbitops.h74 #define __set_bit(nr,addr) set_bit((nr),(addr)) macro
/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.h151 static inline void __set_bit(int nr, volatile unsigned long *addr) function
/arch/mn10300/include/asm/
H A Dbitops.h28 #define __set_bit(nr, addr) \ macro
40 #define set_bit(nr, addr) __set_bit((nr), (addr))
/arch/alpha/include/asm/
H A Dbitops.h49 __set_bit(unsigned long nr, volatile void * addr) function
/arch/frv/include/asm/
H A Dbitops.h164 static inline void __set_bit(unsigned long nr, volatile void *addr) function
/arch/ia64/include/asm/
H A Dbitops.h25 * This function is atomic and may not be reordered. See __set_bit()
54 * __set_bit - Set a bit in memory
63 __set_bit (int nr, volatile void *addr) function
/arch/m68k/include/asm/
H A Dbitops.h67 #define __set_bit(nr, vaddr) set_bit(nr, vaddr) macro
/arch/x86/include/asm/
H A Dbitops.h49 * This function is atomic and may not be reordered. See __set_bit()
74 * __set_bit - Set a bit in memory
82 static inline void __set_bit(int nr, volatile unsigned long *addr) function
/arch/s390/include/asm/
H A Dbitops.h221 static inline void __set_bit(unsigned long nr, volatile unsigned long *ptr) function
243 __set_bit((nr),(addr)) )

Completed in 198 milliseconds