Home
last modified time | relevance | path

Searched refs:__test_bit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dbitops.h161 static inline int __test_bit(int nr, const volatile unsigned long *addr) in __test_bit() function
175 #define test_bit(nr, addr) __test_bit(nr, addr)
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dbitops.h86 #define __test_bit(nr, addr) test_bit(nr, addr) macro

Completed in 1 milliseconds