Home
last modified time | relevance | path

Searched defs:test_and_change_bit (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/arch/sparc64/lib/
Dbitops.S74 test_and_change_bit: /* %o0=nr, %o1=addr */ label
/linux-2.4.37.9/arch/ppc/kernel/
Dbitops.c107 int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-s390/
Dbitops.h562 #define test_and_change_bit test_and_change_bit_cs macro
569 #define test_and_change_bit test_and_change_bit_simple macro
/linux-2.4.37.9/include/asm-s390x/
Dbitops.h568 #define test_and_change_bit test_and_change_bit_cs macro
575 #define test_and_change_bit test_and_change_bit_simple macro
/linux-2.4.37.9/include/asm-mips/
Dbitops.h279 static __inline__ int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
534 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-i386/
Dbitops.h213 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-x86_64/
Dbitops.h213 static __inline__ int test_and_change_bit(long nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-cris/
Dbitops.h183 extern __inline__ int test_and_change_bit(int nr, void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-alpha/
Dbitops.h199 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-ia64/
Dbitops.h232 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-sparc/
Dbitops.h112 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-ppc/
Dbitops.h188 static __inline__ int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-mips64/
Dbitops.h255 static inline unsigned long test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-2.4.37.9/include/asm-parisc/
Dbitops.h154 static __inline__ int test_and_change_bit(int nr, void * address) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-sh/
Dbitops.h141 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-sh64/
Dbitops.h141 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-ppc64/
Dbitops.h137 static __inline__ int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-2.4.37.9/include/asm-m68k/
Dbitops.h113 #define test_and_change_bit(nr,vaddr) \ macro