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