Searched defs:arch_test_bit (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | bitops.h | 222 #define arch_test_bit(nr, addr) \ macro |
/arch/s390/include/asm/ | ||
D | bitops.h | 178 static inline bool arch_test_bit(unsigned long nr, in arch_test_bit() function |