Searched refs:__test_and_op_bit (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | bitops.h | 56 #define __test_and_op_bit(op, mod, nr, addr) \ macro 74 return __test_and_op_bit(or, __NOP, nr, addr); in test_and_set_bit() 86 return __test_and_op_bit(and, __NOT, nr, addr); in test_and_clear_bit() 99 return __test_and_op_bit(xor, __NOP, nr, addr); in test_and_change_bit() 195 #undef __test_and_op_bit
|