Home
last modified time | relevance | path

Searched refs:__test_and_clear_bit (Results 1 – 2 of 2) sorted by relevance

/include/asm-generic/bitops/
Dle.h61 return __test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in __test_and_clear_bit_le()
/include/linux/
Dbitops.h59 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr) macro
80 __check_bitop_pr(__test_and_clear_bit);