Searched refs:kFreedBit (Results 1 – 1 of 1) sorted by relevance
119 static const u64 kFreedBit = 1ull << 63; variable211 x_ |= kFreedBit; in MarkAsFreed()215 bool res = x_ & kFreedBit; in GetFreedAndReset()216 x_ &= ~kFreedBit; in GetFreedAndReset()