Home
last modified time | relevance | path

Searched defs:__test_and_clear_bit (Results 1 – 8 of 8) sorted by relevance

/arch/sh/include/asm/
Dbitops-op32.h110 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/m68k/include/asm/
Dbitops_no.h149 #define __test_and_clear_bit(nr, addr) test_and_clear_bit(nr, addr) macro
Dbitops_mm.h77 #define __test_and_clear_bit(nr,vaddr) test_and_clear_bit(nr,vaddr) macro
/arch/x86/include/asm/
Dbitops.h266 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/blackfin/include/asm/
Dbitops.h219 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/alpha/include/asm/
Dbitops.h236 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
/arch/ia64/include/asm/
Dbitops.h285 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/arch/s390/include/asm/
Dbitops.h378 #define __test_and_clear_bit(X,Y) test_and_clear_bit_simple(X,Y) macro