Searched defs:__set_bit (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/h8300/include/asm/ |
D | bitops.h | 62 #define __set_bit(nr, addr) set_bit((nr), (addr)) macro
|
/linux-4.4.14/include/asm-generic/bitops/ |
D | non-atomic.h | 15 static inline void __set_bit(int nr, volatile unsigned long *addr) in __set_bit() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | bitops-op32.h | 20 static inline void __set_bit(int nr, volatile unsigned long *addr) in __set_bit() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | bitops.h | 26 #define __set_bit(nr, addr) \ macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | bitops.h | 149 static inline void __set_bit(int nr, volatile unsigned long *addr) in __set_bit() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | bitops.h | 94 static inline void __set_bit(long nr, volatile unsigned long *addr) in __set_bit() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | bitops.h | 79 static inline void __set_bit(unsigned long nr, volatile void *addr) in __set_bit() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | bitops.h | 49 __set_bit(unsigned long nr, volatile void * addr) in __set_bit() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | bitops.h | 64 __set_bit (int nr, volatile void *addr) in __set_bit() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | bitops.h | 209 static inline void __set_bit(unsigned long nr, volatile unsigned long *ptr) in __set_bit() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bitops.h | 68 #define __set_bit(nr, vaddr) set_bit(nr, vaddr) macro
|