Searched refs:_test_bit (Results 1 – 5 of 5) sorted by relevance
14 #define _test_bit arch_test_bit macro
139 _test_bit(unsigned long nr, const volatile unsigned long *addr) in _test_bit() function
110 _test_bit(unsigned long nr, const volatile unsigned long *addr) in _test_bit() function
44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr)
61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr)