tag | line | file | source code |
SMPVOL | 31 | include/asm-i386/bitops.h | extern __inline__ int set_bit(int nr, SMPVOL void * addr) |
SMPVOL | 42 | include/asm-i386/bitops.h | extern __inline__ int clear_bit(int nr, SMPVOL void * addr) |
SMPVOL | 53 | include/asm-i386/bitops.h | extern __inline__ int change_bit(int nr, SMPVOL void * addr) |
SMPVOL | 67 | include/asm-i386/bitops.h | extern __inline__ int test_bit(int nr, const SMPVOL void * addr) |
SMPVOL | 32 | include/asm-sparc/bitops.h | extern __inline__ unsigned long set_bit(unsigned long nr, SMPVOL void *addr) |
SMPVOL | 47 | include/asm-sparc/bitops.h | extern __inline__ unsigned long clear_bit(unsigned long nr, SMPVOL void *addr) |
SMPVOL | 62 | include/asm-sparc/bitops.h | extern __inline__ unsigned long change_bit(unsigned long nr, SMPVOL void *addr) |
SMPVOL | 78 | include/asm-sparc/bitops.h | extern __inline__ unsigned long test_bit(int nr, const SMPVOL void *addr) |